Reference documentation and code samples for the Cloud Translation V3 Client class DetectedLanguage.
The response message for language detection.
Generated from protobuf message google.cloud.translation.v3.DetectedLanguage
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ language_code
string
The ISO-639 language code of the source content in the request, detected automatically.
↳ confidence
float
The confidence of the detection result for this language.
getLanguageCode
The ISO-639 language code of the source content in the request, detected automatically.
string
setLanguageCode
The ISO-639 language code of the source content in the request, detected automatically.
var
string
$this
getConfidence
The confidence of the detection result for this language.
float
setConfidence
The confidence of the detection result for this language.
var
float
$this