Uses of Class
ai.vectros.resources.documents.requests.GetDocumentTextRequest
Packages that use GetDocumentTextRequest
-
Uses of GetDocumentTextRequest in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents with parameters of type GetDocumentTextRequestModifier and TypeMethodDescriptionAsyncDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).DocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).DocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download). -
Uses of GetDocumentTextRequest in ai.vectros.resources.documents.requests
Methods in ai.vectros.resources.documents.requests that return GetDocumentTextRequestMethods in ai.vectros.resources.documents.requests with parameters of type GetDocumentTextRequestModifier and TypeMethodDescriptionGetDocumentTextRequest.Builder.from(GetDocumentTextRequest other)