| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<PiiEntity> |
DetectPiiEntitiesResponse.entities()
A collection of PII entities identified in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
DetectPiiEntitiesResponse.Builder |
DetectPiiEntitiesResponse.Builder.entities(PiiEntity... entities)
A collection of PII entities identified in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
DetectPiiEntitiesResponse.Builder |
DetectPiiEntitiesResponse.Builder.entities(Collection<PiiEntity> entities)
A collection of PII entities identified in the input text.
|
Copyright © 2023. All rights reserved.