Uses of Interface
software.amazon.awssdk.services.transcribe.model.ChannelDefinition.Builder
-
Packages that use ChannelDefinition.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of ChannelDefinition.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ChannelDefinition.Builder Modifier and Type Method Description static ChannelDefinition.BuilderChannelDefinition. builder()ChannelDefinition.BuilderChannelDefinition.Builder. channelId(Integer channelId)Specify the audio channel you want to define.ChannelDefinition.BuilderChannelDefinition.Builder. participantRole(String participantRole)Specify the speaker you want to define.ChannelDefinition.BuilderChannelDefinition.Builder. participantRole(ParticipantRole participantRole)Specify the speaker you want to define.ChannelDefinition.BuilderChannelDefinition. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type ChannelDefinition.Builder Modifier and Type Method Description static Class<? extends ChannelDefinition.Builder>ChannelDefinition. serializableBuilderClass()
-