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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
The ISO-639 language code of the source content in the request, detected automatically.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConfidence
The confidence of the detection result for this language.
Returns | |
---|---|
Type | Description |
float |
setConfidence
The confidence of the detection result for this language.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |