| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Entity.Builder |
Entity.Builder.beginOffset(Integer beginOffset)
A character offset in the input text that shows where the entity begins (the first character is at position
0).
|
static Entity.Builder |
Entity.builder() |
Entity.Builder |
Entity.Builder.endOffset(Integer endOffset)
A character offset in the input text that shows where the entity ends.
|
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's type.
|
Entity.Builder |
Entity.Builder.type(String type)
The entity's type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Entity.Builder> |
Entity.serializableBuilderClass() |
Copyright © 2021. All rights reserved.