Interface protos.google.cloud.translation.v3beta1.ITranslation (6.1.0)

Properties of a Translation.

Package

@google-cloud/translate!

Properties

detectedLanguageCode

detectedLanguageCode?: (string|null);

Translation detectedLanguageCode

Property Value
TypeDescription
(string|null)

glossaryConfig

glossaryConfig?: (google.cloud.translation.v3beta1.ITranslateTextGlossaryConfig|null);

Translation glossaryConfig

Property Value
TypeDescription
(google.cloud.translation.v3beta1.ITranslateTextGlossaryConfig|null)

model

model?: (string|null);

Translation model

Property Value
TypeDescription
(string|null)

translatedText

translatedText?: (string|null);

Translation translatedText

Property Value
TypeDescription
(string|null)