Uses of Interface
software.amazon.awssdk.services.comprehend.model.PiiEntity.Builder
-
Packages that use PiiEntity.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of PiiEntity.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return PiiEntity.Builder Modifier and Type Method Description PiiEntity.BuilderPiiEntity.Builder. beginOffset(Integer beginOffset)The zero-based offset from the beginning of the source text to the first character in the entity.static PiiEntity.BuilderPiiEntity. builder()PiiEntity.BuilderPiiEntity.Builder. endOffset(Integer endOffset)The zero-based offset from the beginning of the source text to the last character in the entity.PiiEntity.BuilderPiiEntity.Builder. score(Float score)The level of confidence that Amazon Comprehend has in the accuracy of the detection.PiiEntity.BuilderPiiEntity. toBuilder()PiiEntity.BuilderPiiEntity.Builder. type(String type)The entity's type.PiiEntity.BuilderPiiEntity.Builder. type(PiiEntityType type)The entity's type.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type PiiEntity.Builder Modifier and Type Method Description static Class<? extends PiiEntity.Builder>PiiEntity. serializableBuilderClass()
-