| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition |
ChannelDefinition.clone() |
ChannelDefinition |
ChannelDefinition.withChannelId(Integer channelId)
Specify the audio channel you want to define.
|
ChannelDefinition |
ChannelDefinition.withParticipantRole(ParticipantRole participantRole)
Specify the speaker you want to define.
|
ChannelDefinition |
ChannelDefinition.withParticipantRole(String participantRole)
Specify the speaker you want to define.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
CallAnalyticsJob.getChannelDefinitions()
Indicates which speaker is on which channel.
|
List<ChannelDefinition> |
StartCallAnalyticsJobRequest.getChannelDefinitions()
Makes it possible to specify which speaker is on which channel.
|
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJob |
CallAnalyticsJob.withChannelDefinitions(ChannelDefinition... channelDefinitions)
Indicates which speaker is on which channel.
|
StartCallAnalyticsJobRequest |
StartCallAnalyticsJobRequest.withChannelDefinitions(ChannelDefinition... channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallAnalyticsJob.setChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Indicates which speaker is on which channel.
|
void |
StartCallAnalyticsJobRequest.setChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
CallAnalyticsJob |
CallAnalyticsJob.withChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Indicates which speaker is on which channel.
|
StartCallAnalyticsJobRequest |
StartCallAnalyticsJobRequest.withChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
Copyright © 2024. All rights reserved.