Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsEntity
-
Packages that use CallAnalyticsEntity Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of CallAnalyticsEntity in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type CallAnalyticsEntity Modifier and Type Method Description List<CallAnalyticsEntity>UtteranceEvent. 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 CallAnalyticsEntity Modifier and Type Method Description UtteranceEvent.BuilderUtteranceEvent.Builder. entities(CallAnalyticsEntity... entities)Contains entities identified as personally identifiable information (PII) in your transcription output.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. entities(CallAnalyticsEntity... entities)Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type CallAnalyticsEntity Modifier and Type Method Description UtteranceEvent.BuilderUtteranceEvent.Builder. entities(Collection<CallAnalyticsEntity> entities)Contains entities identified as personally identifiable information (PII) in your transcription output.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. entities(Collection<CallAnalyticsEntity> entities)
-