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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnDataAutomationProject.ChannelLabelingConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getState
State of channel labeling, either enabled or disabled.- See Also:
-
builder
@Stability(Stable) static CfnDataAutomationProject.ChannelLabelingConfigurationProperty.Builder builder()
-