Reference documentation and code samples for the Cloud Speech V2 Client class TranslationConfig.
Translation configuration. Use to translate the given audio into text for the desired language.
Generated from protobuf message google.cloud.speech.v2.TranslationConfig
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ target_language |
string
Required. The language code to translate to. |
getTargetLanguage
Required. The language code to translate to.
Returns | |
---|---|
Type | Description |
string |
setTargetLanguage
Required. The language code to translate to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |