Class: Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb
Overview
Detected language for a structural component.
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Confidence of detected language.
-
#language_code ⇒ String
The BCP-47 language code, such as "en-US" or "sr-Latn".
Instance Attribute Details
#confidence ⇒ Float
Returns Confidence of detected language. Range [0, 1].
42 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 42 class DetectedLanguage; end |
#language_code ⇒ String
Returns 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.
42 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 42 class DetectedLanguage; end |