public static interface WebDetection.WebLabelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Label for extra metadata.
|
com.google.protobuf.ByteString |
getLabelBytes()
Label for extra metadata.
|
String |
getLanguageCode()
The BCP-47 language code for `label`, such as "en-US" or "sr-Latn".
|
com.google.protobuf.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, hasOneofString getLabel()
Label for extra metadata.
string label = 1;com.google.protobuf.ByteString getLabelBytes()
Label for extra metadata.
string label = 1;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.