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 |
page(Integer page)
Page number where the label occurs.
|
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.DocumentLabel.Builder page(Integer page)
Page number where the label occurs. This field is present in the response only if your request includes the
Byte parameter.
page - Page number where the label occurs. This field is present in the response only if your request
includes the Byte parameter.Copyright © 2023. All rights reserved.