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