Reference documentation and code samples for the Cloud Vision V1 Client class DetectedLanguage.
Detected language for a structural component.
Generated from protobuf message google.cloud.vision.v1.TextAnnotation.DetectedLanguage
Namespace
Google \ Cloud \ Vision \ V1 \ TextAnnotationMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ language_code |
string
The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. |
↳ confidence |
float
Confidence of detected language. Range [0, 1]. |
getLanguageCode
The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConfidence
Confidence of detected language. Range [0, 1].
Returns | |
---|---|
Type | Description |
float |
setConfidence
Confidence of detected language. Range [0, 1].
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |