static ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.builder() |
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.classes(Collection<DocumentClass> classes) |
The classes used by the document being analyzed.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.classes(Consumer<DocumentClass.Builder>... classes) |
The classes used by the document being analyzed.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.classes(DocumentClass... classes) |
The classes used by the document being analyzed.
|
default ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata) |
Extraction information about the document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.documentMetadata(DocumentMetadata documentMetadata) |
Extraction information about the document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.documentType(Collection<DocumentTypeListItem> documentType) |
The document type for each page in the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.documentType(Consumer<DocumentTypeListItem.Builder>... documentType) |
The document type for each page in the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.documentType(DocumentTypeListItem... documentType) |
The document type for each page in the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.errors(Collection<ErrorsListItem> errors) |
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.errors(Consumer<ErrorsListItem.Builder>... errors) |
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.errors(ErrorsListItem... errors) |
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.labels(Collection<DocumentLabel> labels) |
The labels used in the document being analyzed.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.labels(Consumer<DocumentLabel.Builder>... labels) |
The labels used in the document being analyzed.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.labels(DocumentLabel... labels) |
The labels used in the document being analyzed.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.toBuilder() |
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.warnings(Collection<WarningsListItem> warnings) |
Warnings detected while processing the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.warnings(Consumer<WarningsListItem.Builder>... warnings) |
Warnings detected while processing the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.warnings(WarningsListItem... warnings) |
Warnings detected while processing the input document.
|