public interface LabelAnnotationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Textual description, e.g.
|
ByteString |
getDescriptionBytes()
Textual description, e.g.
|
java.lang.String |
getLanguageCode()
Language code for `description` in BCP-47 format.
|
ByteString |
getLanguageCodeBytes()
Language code for `description` in BCP-47 format.
|
LabelLocation |
getLocations(int index)
Where the label was detected and with what confidence.
|
int |
getLocationsCount()
Where the label was detected and with what confidence.
|
java.util.List<LabelLocation> |
getLocationsList()
Where the label was detected and with what confidence.
|
LabelLocationOrBuilder |
getLocationsOrBuilder(int index)
Where the label was detected and with what confidence.
|
java.util.List<? extends LabelLocationOrBuilder> |
getLocationsOrBuilderList()
Where the label was detected and with what confidence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getDescription()
Textual description, e.g. `Fixed-gear bicycle`.
string description = 1;
ByteString getDescriptionBytes()
Textual description, e.g. `Fixed-gear bicycle`.
string description = 1;
java.lang.String getLanguageCode()
Language code for `description` in BCP-47 format.
string language_code = 2;
ByteString getLanguageCodeBytes()
Language code for `description` in BCP-47 format.
string language_code = 2;
java.util.List<LabelLocation> getLocationsList()
Where the label was detected and with what confidence.
repeated .google.cloud.videointelligence.v1beta1.LabelLocation locations = 3;
LabelLocation getLocations(int index)
Where the label was detected and with what confidence.
repeated .google.cloud.videointelligence.v1beta1.LabelLocation locations = 3;
int getLocationsCount()
Where the label was detected and with what confidence.
repeated .google.cloud.videointelligence.v1beta1.LabelLocation locations = 3;
java.util.List<? extends LabelLocationOrBuilder> getLocationsOrBuilderList()
Where the label was detected and with what confidence.
repeated .google.cloud.videointelligence.v1beta1.LabelLocation locations = 3;
LabelLocationOrBuilder getLocationsOrBuilder(int index)
Where the label was detected and with what confidence.
repeated .google.cloud.videointelligence.v1beta1.LabelLocation locations = 3;