| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
PiiEntity |
PiiEntity.clone() |
PiiEntity |
PiiEntity.withBeginOffset(Integer beginOffset)
The zero-based offset from the beginning of the source text to the first character in the entity.
|
PiiEntity |
PiiEntity.withEndOffset(Integer endOffset)
The zero-based offset from the beginning of the source text to the last character in the entity.
|
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 © 2023. All rights reserved.