public static interface WebDetection.WebLabelOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Label for extra metadata.
|
ByteString |
getLabelBytes()
Label for extra metadata.
|
java.lang.String |
getLanguageCode()
The BCP-47 language code for `label`, such as "en-US" or "sr-Latn".
|
ByteString |
getLanguageCodeBytes()
The BCP-47 language code for `label`, such as "en-US" or "sr-Latn".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getLabel()
Label for extra metadata.
string label = 1;
ByteString getLabelBytes()
Label for extra metadata.
string label = 1;
java.lang.String getLanguageCode()
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.
string language_code = 2;
ByteString getLanguageCodeBytes()
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.
string language_code = 2;