| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityLabel |
EntityLabel.clone() |
EntityLabel |
EntityLabel.withName(PiiEntityType name)
The name of the label.
|
EntityLabel |
EntityLabel.withName(String name)
The name of the label.
|
EntityLabel |
EntityLabel.withScore(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityLabel> |
ContainsPiiEntitiesResult.getLabels()
The labels used in the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
ContainsPiiEntitiesResult |
ContainsPiiEntitiesResult.withLabels(EntityLabel... labels)
The labels used in the document being analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainsPiiEntitiesResult.setLabels(Collection<EntityLabel> labels)
The labels used in the document being analyzed.
|
ContainsPiiEntitiesResult |
ContainsPiiEntitiesResult.withLabels(Collection<EntityLabel> labels)
The labels used in the document being analyzed.
|
Copyright © 2023. All rights reserved.