| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLabel> |
ClassifyDocumentResponse.labels()
The labels used the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.labels(DocumentLabel... labels)
The labels used the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.labels(Collection<DocumentLabel> labels)
The labels used the document being analyzed.
|
Copyright © 2023. All rights reserved.