This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Bedrock::DataAutomationProject AudioLanguageConfiguration
This allows you to set the input and output language of your audio. The input language can be set to any of the languages supported by Bedrock Data Automation. The output can either be set to english or whatever the dominant language is of the audio, determined by the language spoken for the most seconds.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "GenerativeOutputLanguage" :String, "IdentifyMultipleLanguages" :Boolean, "InputLanguages" :[ String, ... ]}
YAML
GenerativeOutputLanguage:StringIdentifyMultipleLanguages:BooleanInputLanguages:- String
Properties
GenerativeOutputLanguage-
The 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.Required: No
Type: String
Allowed values:
DEFAULT | ENUpdate requires: No interruption
IdentifyMultipleLanguages-
The toggle determining if you want to detect multiple languages from your audio.
Required: No
Type: Boolean
Update requires: No interruption
InputLanguages-
The input language of your audio. This can be set to any of the currently supported languages via the language codes.
Required: No
Type: Array of String
Update requires: No interruption