Uses of Class
ai.vectros.types.DocumentResponse.Builder
Packages that use DocumentResponse.Builder
-
Uses of DocumentResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return DocumentResponse.BuilderModifier and TypeMethodDescriptionDocumentResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) DocumentResponse.Builder.additionalProperty(String key, Object value) static DocumentResponse.BuilderDocumentResponse.builder()The associated client — the Vectros-assigned UUID of a client in your account.When the document was created, as an ISO-8601 UTC timestamp.DocumentResponse.Builder.externalId(String externalId) DocumentResponse.Builder.externalId(Optional<String> externalId) Your own stable identifier for this document (immutable, and unique within your context).Size of the uploaded file, in bytes.MIME type of the uploaded file.The ID of the folder that contains this document.DocumentResponse.Builder.from(DocumentResponse other) The Vectros-assigned unique ID of the document.DocumentResponse.Builder.indexMode(DocumentResponseIndexMode indexMode) DocumentResponse.Builder.indexMode(Optional<DocumentResponseIndexMode> indexMode) How this document is indexed.DocumentResponse.Builder.lastModified(String lastModified) DocumentResponse.Builder.lastModified(Optional<String> lastModified) When the document was last modified, as an ISO-8601 UTC timestamp.The owning organization — the Vectros-assigned UUID of an organization in your account.The document's structured payload, as a JSON object.DocumentResponse.Builder.payloadExternalized(Boolean payloadExternalized) DocumentResponse.Builder.payloadExternalized(Optional<Boolean> payloadExternalized) True when this document's structured payload is large enough to be stored externally rather than inline.The ID of the record schema this document'spayloadis validated and indexed against.DocumentResponse.Builder.schemaVersion(Integer schemaVersion) DocumentResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) The version of the bound schema in effect when this document was written.DocumentResponse.Builder.status(DocumentResponseStatus status) DocumentResponse.Builder.status(Optional<DocumentResponseStatus> status) Processing status of the document.Whether the raw text is stored and retrievable via GET /v1/documents/{id}/text.Size of the extracted text, in bytes.The document's title.The owning user — the Vectros-assigned UUID of a user in your account.Optimistic-concurrency version.