| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
ConfigurationEvent.channelDefinitions()
Indicates which speaker is on which audio channel.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.channelDefinitions(ChannelDefinition... channelDefinitions)
Indicates which speaker is on which audio channel.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.channelDefinitions(ChannelDefinition... channelDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Indicates which speaker is on which audio channel.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.channelDefinitions(Collection<ChannelDefinition> channelDefinitions) |
Copyright © 2023. All rights reserved.