Reference documentation and code samples for the Cloud Translation V3 Client class LanguageCodePair.
Used with unidirectional glossaries.
Generated from protobuf message google.cloud.translation.v3.Glossary.LanguageCodePair
Namespace
Google \ Cloud \ Translate \ V3 \ GlossaryMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ source_language_code
string
Required. The ISO-639 language code of the input text, for example, "en-US". Expected to be an exact match for GlossaryTerm.language_code.
↳ target_language_code
string
Required. The ISO-639 language code for translation output, for example, "zh-CN". Expected to be an exact match for GlossaryTerm.language_code.
getSourceLanguageCode
Required. The ISO-639 language code of the input text, for example, "en-US". Expected to be an exact match for GlossaryTerm.language_code.
string
setSourceLanguageCode
Required. The ISO-639 language code of the input text, for example, "en-US". Expected to be an exact match for GlossaryTerm.language_code.
var
string
$this
getTargetLanguageCode
Required. The ISO-639 language code for translation output, for example, "zh-CN". Expected to be an exact match for GlossaryTerm.language_code.
string
setTargetLanguageCode
Required. The ISO-639 language code for translation output, for example, "zh-CN". Expected to be an exact match for GlossaryTerm.language_code.
var
string
$this