Uses of Class
ai.vectros.types.DocumentTextResponse
Packages that use DocumentTextResponse
-
Uses of DocumentTextResponse in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents that return DocumentTextResponseModifier and TypeMethodDescriptionDocumentsClient.getDocumentText(String id) 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, 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).Methods in ai.vectros.resources.documents that return types with arguments of type DocumentTextResponseModifier and TypeMethodDescriptionAsyncDocumentsClient.getDocumentText(String id) 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, 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).AsyncDocumentsClient.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) 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, 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).RawDocumentsClient.getDocumentText(String id) 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, 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 DocumentTextResponse in ai.vectros.types
Methods in ai.vectros.types that return DocumentTextResponseMethods in ai.vectros.types with parameters of type DocumentTextResponse