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