Interface CfnDataAutomationProject.ChannelLabelingConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataAutomationProject.ChannelLabelingConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataAutomationProject

@Stability(Stable) public static interface CfnDataAutomationProject.ChannelLabelingConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Enables or disables channel labeling.

Channel labeling, when enabled will assign a number to each audio channel, and indicate which channel is being used in each portion of the transcript. This appears in the response as "ch_0" for the first channel, and "ch_1" for the second.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 ChannelLabelingConfigurationProperty channelLabelingConfigurationProperty = ChannelLabelingConfigurationProperty.builder()
         .state("state")
         .build();
 

See Also: