public static interface EntityLabel.Builder extends SdkPojo, CopyableBuilder<EntityLabel.Builder,EntityLabel>
| Modifier and Type | Method and Description |
|---|---|
EntityLabel.Builder |
name(PiiEntityType name)
The name of the label.
|
EntityLabel.Builder |
name(String name)
The name of the label.
|
EntityLabel.Builder |
score(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityLabel.Builder name(String name)
The name of the label.
name - The name of the label.PiiEntityType,
PiiEntityTypeEntityLabel.Builder name(PiiEntityType name)
The name of the label.
name - The name of the label.PiiEntityType,
PiiEntityTypeEntityLabel.Builder score(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
score - The level of confidence that Amazon Comprehend has in the accuracy of the detection.Copyright © 2023. All rights reserved.