public static interface DocumentLabel.Builder extends SdkPojo, CopyableBuilder<DocumentLabel.Builder,DocumentLabel>
| Modifier and Type | Method and Description |
|---|---|
DocumentLabel.Builder |
name(String name)
The name of the label.
|
DocumentLabel.Builder |
score(Float score)
The confidence score that Amazon Comprehend has this label correctly attributed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentLabel.Builder name(String name)
The name of the label.
name - The name of the label.DocumentLabel.Builder score(Float score)
The confidence score that Amazon Comprehend has this label correctly attributed.
score - The confidence score that Amazon Comprehend has this label correctly attributed.Copyright © 2021. All rights reserved.