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 full extracted or ingested text body for documents that were stored withstoreText=true.DocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.DocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.DocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.Methods in ai.vectros.resources.documents that return types with arguments of type DocumentTextResponseModifier and TypeMethodDescriptionAsyncDocumentsClient.getDocumentText(String id) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true. -
Uses of DocumentTextResponse in ai.vectros.types
Methods in ai.vectros.types that return DocumentTextResponseMethods in ai.vectros.types with parameters of type DocumentTextResponse