Class CfnDataAutomationProject.TranscriptConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAutomationProject.TranscriptConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAutomationProject.TranscriptConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataAutomationProject.TranscriptConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAutomationProject.TranscriptConfigurationProperty
An implementation for
CfnDataAutomationProject.TranscriptConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty
CfnDataAutomationProject.TranscriptConfigurationProperty.Builder, CfnDataAutomationProject.TranscriptConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataAutomationProject.TranscriptConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataAutomationProject.TranscriptConfigurationProperty.Builder
.
-
-
Method Details
-
getChannelLabeling
Description copied from interface:CfnDataAutomationProject.TranscriptConfigurationProperty
Enables channel labeling.Each audio channel will be labeled with a number, and the transcript will indicate which channel is being used.
- Specified by:
getChannelLabeling
in interfaceCfnDataAutomationProject.TranscriptConfigurationProperty
- See Also:
-
getSpeakerLabeling
Description copied from interface:CfnDataAutomationProject.TranscriptConfigurationProperty
Enables speaker labeling.Each speaker within a transcript will recieve a number, and the transcript will note which speaker is talking.
- Specified by:
getSpeakerLabeling
in interfaceCfnDataAutomationProject.TranscriptConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-