| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
PiiEntity |
PiiEntity.clone() |
PiiEntity |
PiiEntity.withBeginOffset(Integer beginOffset)
A character offset in the input text that shows where the PII entity begins (the first character is at position
0).
|
PiiEntity |
PiiEntity.withEndOffset(Integer endOffset)
A character offset in the input text that shows where the PII entity ends.
|
PiiEntity |
PiiEntity.withScore(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
PiiEntity |
PiiEntity.withType(PiiEntityType type)
The entity's type.
|
PiiEntity |
PiiEntity.withType(String type)
The entity's type.
|
| Modifier and Type | Method and Description |
|---|---|
List<PiiEntity> |
DetectPiiEntitiesResult.getEntities()
A collection of PII entities identified in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
DetectPiiEntitiesResult |
DetectPiiEntitiesResult.withEntities(PiiEntity... entities)
A collection of PII entities identified in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectPiiEntitiesResult.setEntities(Collection<PiiEntity> entities)
A collection of PII entities identified in the input text.
|
DetectPiiEntitiesResult |
DetectPiiEntitiesResult.withEntities(Collection<PiiEntity> entities)
A collection of PII entities identified in the input text.
|
Copyright © 2022. All rights reserved.