| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentClass |
DocumentClass.clone() |
DocumentClass |
DocumentClass.withName(String name)
The name of the class.
|
DocumentClass |
DocumentClass.withScore(Float score)
The confidence score that Amazon Comprehend has this class correctly attributed.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentClass> |
ClassifyDocumentResult.getClasses()
The classes used by the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyDocumentResult |
ClassifyDocumentResult.withClasses(DocumentClass... classes)
The classes used by the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassifyDocumentResult.setClasses(Collection<DocumentClass> classes)
The classes used by the document being analyzed.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withClasses(Collection<DocumentClass> classes)
The classes used by the document being analyzed.
|
Copyright © 2022. All rights reserved.