| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeListItem |
DocumentTypeListItem.clone() |
DocumentTypeListItem |
DocumentTypeListItem.withPage(Integer page)
Page number.
|
DocumentTypeListItem |
DocumentTypeListItem.withType(DocumentType type)
Document type.
|
DocumentTypeListItem |
DocumentTypeListItem.withType(String type)
Document type.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentTypeListItem> |
DetectEntitiesResult.getDocumentType()
The document type for each page in the input document.
|
List<DocumentTypeListItem> |
ClassifyDocumentResult.getDocumentType()
The document type for each page in the input document.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesResult |
DetectEntitiesResult.withDocumentType(DocumentTypeListItem... documentType)
The document type for each page in the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withDocumentType(DocumentTypeListItem... documentType)
The document type for each page in the input document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectEntitiesResult.setDocumentType(Collection<DocumentTypeListItem> documentType)
The document type for each page in the input document.
|
void |
ClassifyDocumentResult.setDocumentType(Collection<DocumentTypeListItem> documentType)
The document type for each page in the input document.
|
DetectEntitiesResult |
DetectEntitiesResult.withDocumentType(Collection<DocumentTypeListItem> documentType)
The document type for each page in the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withDocumentType(Collection<DocumentTypeListItem> documentType)
The document type for each page in the input document.
|
Copyright © 2024. All rights reserved.