| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
PiiEntity.Builder |
PiiEntity.Builder.beginOffset(Integer beginOffset)
The zero-based offset from the beginning of the source text to the first character in the entity.
|
static PiiEntity.Builder |
PiiEntity.builder() |
PiiEntity.Builder |
PiiEntity.Builder.endOffset(Integer endOffset)
The zero-based offset from the beginning of the source text to the last character in the entity.
|
PiiEntity.Builder |
PiiEntity.Builder.score(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
PiiEntity.Builder |
PiiEntity.toBuilder() |
PiiEntity.Builder |
PiiEntity.Builder.type(PiiEntityType type)
The entity's type.
|
PiiEntity.Builder |
PiiEntity.Builder.type(String type)
The entity's type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PiiEntity.Builder> |
PiiEntity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.