Class WebLabel (3.1.0)

WebLabel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Label to provide extra metadata for the web detection.

Attributes

NameDescription
label str
Label for extra metadata.
language_code str
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.

Inheritance

builtins.object > proto.message.Message > WebLabel