| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentLabel |
DocumentLabel.clone() |
DocumentLabel |
DocumentLabel.withName(String name)
The name of the label.
|
DocumentLabel |
DocumentLabel.withPage(Integer page)
Page number where the label occurs.
|
DocumentLabel |
DocumentLabel.withScore(Float score)
The confidence score that Amazon Comprehend has this label correctly attributed.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLabel> |
ClassifyDocumentResult.getLabels()
The labels used in the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyDocumentResult |
ClassifyDocumentResult.withLabels(DocumentLabel... labels)
The labels used in the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassifyDocumentResult.setLabels(Collection<DocumentLabel> labels)
The labels used in the document being analyzed.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withLabels(Collection<DocumentLabel> labels)
The labels used in the document being analyzed.
|
Copyright © 2024. All rights reserved.