Group
Show / Hide Table of Contents

Class IndexResumeRequest

Request body for an 'index resume' request

Inheritance
System.Object
IndexDocumentRequest
IndexResumeRequest
Inherited Members
IndexDocumentRequest.UserDefinedTags
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Indexes
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class IndexResumeRequest : IndexDocumentRequest

Properties

| Improve this Doc View Source

ResumeData

The resume to index

Declaration
public ParsedResume ResumeData { get; set; }
Property Value
Type Description
ParsedResume
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾