Class CfnDataAutomationProject.AudioLanguageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.AudioLanguageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAutomationProject.AudioLanguageConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAutomationProject.AudioLanguageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataAutomationProject.AudioLanguageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAutomationProject.AudioLanguageConfigurationProperty
An implementation for
CfnDataAutomationProject.AudioLanguageConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.AudioLanguageConfigurationProperty
CfnDataAutomationProject.AudioLanguageConfigurationProperty.Builder, CfnDataAutomationProject.AudioLanguageConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAutomationProject.AudioLanguageConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe output language of your processing results.final ObjectThe toggle determining if you want to detect multiple languages from your audio.The input language of your audio.final inthashCode()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.AudioLanguageConfigurationProperty.Builder.
-
-
Method Details
-
getGenerativeOutputLanguage
Description copied from interface:CfnDataAutomationProject.AudioLanguageConfigurationPropertyThe output language of your processing results.This can either be set to
EN(English) orDEFAULTwhich will output the results in the dominant language of the audio. The dominant language is determined as the language in the audio, spoken the longest in the input audio.- Specified by:
getGenerativeOutputLanguagein interfaceCfnDataAutomationProject.AudioLanguageConfigurationProperty- See Also:
-
getIdentifyMultipleLanguages
Description copied from interface:CfnDataAutomationProject.AudioLanguageConfigurationPropertyThe toggle determining if you want to detect multiple languages from your audio.Returns union: either
BooleanorIResolvable- Specified by:
getIdentifyMultipleLanguagesin interfaceCfnDataAutomationProject.AudioLanguageConfigurationProperty- See Also:
-
getInputLanguages
Description copied from interface:CfnDataAutomationProject.AudioLanguageConfigurationPropertyThe input language of your audio.This can be set to any of the currently supported languages via the language codes.
- Specified by:
getInputLanguagesin interfaceCfnDataAutomationProject.AudioLanguageConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-