Class: Google::Cloud::Vision::V1::WebDetection::WebLabel
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::WebDetection::WebLabel
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb
Overview
Label to provide extra metadata for the web detection.
Instance Attribute Summary collapse
-
#label ⇒ String
Label for extra metadata.
-
#language_code ⇒ String
The BCP-47 language code for +label+, such as "en-US" or "sr-Latn".
Instance Attribute Details
#label ⇒ String
Returns Label for extra metadata.
95 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 95 class WebLabel; end |
#language_code ⇒ String
Returns The BCP-47 language code for +label+, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
95 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 95 class WebLabel; end |