Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.Entity
-
Packages that use Entity Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of Entity in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>Alternative. entities()Contains entities identified as personally identifiable information (PII) in your transcription output.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type Entity Modifier and Type Method Description Alternative.BuilderAlternative.Builder. entities(Entity... entities)Contains entities identified as personally identifiable information (PII) in your transcription output.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type Entity Modifier and Type Method Description Alternative.BuilderAlternative.Builder. entities(Collection<Entity> entities)Contains entities identified as personally identifiable information (PII) in your transcription output.
-