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 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, 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.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.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 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)