Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.Entity.Builder
-
Packages that use Entity.Builder Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of Entity.Builder in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return Entity.Builder Modifier and Type Method Description static Entity.BuilderEntity. builder()Entity.BuilderEntity.Builder. category(String category)The category of information identified.Entity.BuilderEntity.Builder. confidence(Double confidence)The confidence score associated with the identified PII entity in your audio.Entity.BuilderEntity.Builder. content(String content)The word or words identified as PII.Entity.BuilderEntity.Builder. endTime(Double endTime)The end time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)Entity.BuilderEntity.Builder. startTime(Double startTime)The start time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)Entity.BuilderEntity. toBuilder()Entity.BuilderEntity.Builder. type(String type)The type of PII identified.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type Entity.Builder Modifier and Type Method Description static Class<? extends Entity.Builder>Entity. serializableBuilderClass()
-