Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.ChannelDefinition
-
Packages that use ChannelDefinition Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of ChannelDefinition in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type ChannelDefinition Modifier and Type Method Description List<ChannelDefinition>ConfigurationEvent. channelDefinitions()Indicates which speaker is on which audio channel.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type ChannelDefinition Modifier and Type Method Description ConfigurationEvent.BuilderConfigurationEvent.Builder. channelDefinitions(ChannelDefinition... channelDefinitions)Indicates which speaker is on which audio channel.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. channelDefinitions(ChannelDefinition... channelDefinitions)Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type ChannelDefinition Modifier and Type Method Description ConfigurationEvent.BuilderConfigurationEvent.Builder. channelDefinitions(Collection<ChannelDefinition> channelDefinitions)Indicates which speaker is on which audio channel.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
-