| Class | Description |
|---|---|
| CreateIndexRequest |
Request body to create an index
|
| CreateIndexResponse |
The response body from a CreateIndex API call
|
| DeleteDocumentResponse |
The response body from a DeleteDocument API call
|
| DeleteIndexResponse |
The response body from a DeleteIndex API call
|
| DeleteMultipleDocumentsResponse |
The response body from a DeleteMultipleDocuments API call
|
| GetAllIndexesResponse |
The response body from a GetAllIndexes API call
|
| GetIndexResponse |
The response body from a GetIndex API call
|
| GetJobResponse |
The response body from a GetJob API call
|
| GetResumeResponse |
The response body from a GetResume API call
|
| IndexDocumentRequest |
Base class for 'index resume' or 'index job' request body
|
| IndexDocumentResponse |
The response body from a IndexDocument API call
|
| IndexedDocumentInfo |
A small container for identifying an indexed document
|
| IndexJobInfo |
Information for adding a single job to an index as part of a 'batch upload'
|
| IndexJobRequest |
Request body for an 'index job' request
|
| IndexMultipleDocumentInfo |
Information for adding a single document to an index as part of a 'batch upload'
|
| IndexMultipleDocumentsResponse |
The response body from a IndexMultipleDocuments API call
|
| IndexMultipleDocumentsResponseValue |
One entry in the
ApiResponse.Value from a 'index multiple documents' response |
| IndexMultipleJobsRequest |
Request body for an 'index multiple jobs' request
|
| IndexMultipleResumesRequest |
Request body for an 'index multiple resumes' request
|
| IndexResumeInfo |
Information for adding a single resume to an index as part of a 'batch upload'
|
| IndexResumeRequest |
Request body for an 'index resume' request
|
| IndexSingleDocumentInfo |
Information for adding a document to an index
|
| UpdateUserDefinedTagsRequest |
Request body to update (add/remove/overwrite) user-defined tags on an indexed
document
|
| UpdateUserDefinedTagsResponse |
The response body from a UpdateUserDefinedTags API call
|
| Enum | Description |
|---|---|
| UserDefinedTagsMethod |
A method to use when updating user-defined tags on a document
|
Copyright © 2024. All rights reserved.