- 3.50.0 (latest)
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public interface EntityAnnotationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBoundingPoly()
public abstract BoundingPoly getBoundingPoly()
Image region to which this entity belongs. Not produced
for LABEL_DETECTION
features.
.google.cloud.vision.v1.BoundingPoly bounding_poly = 7;
Type | Description |
BoundingPoly | The boundingPoly. |
getBoundingPolyOrBuilder()
public abstract BoundingPolyOrBuilder getBoundingPolyOrBuilder()
Image region to which this entity belongs. Not produced
for LABEL_DETECTION
features.
.google.cloud.vision.v1.BoundingPoly bounding_poly = 7;
Type | Description |
BoundingPolyOrBuilder |
getConfidence() (deprecated)
public abstract float getConfidence()
Deprecated. google.cloud.vision.v1.EntityAnnotation.confidence is deprecated. See google/cloud/vision/v1/image_annotator.proto;l=506
Deprecated. Use score
instead.
The accuracy of the entity detection in an image.
For example, for an image in which the "Eiffel Tower" entity is detected,
this field represents the confidence that there is a tower in the query
image. Range [0, 1].
float confidence = 5 [deprecated = true];
Type | Description |
float | The confidence. |
getDescription()
public abstract String getDescription()
Entity textual description, expressed in its locale
language.
string description = 3;
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Entity textual description, expressed in its locale
language.
string description = 3;
Type | Description |
ByteString | The bytes for description. |
getLocale()
public abstract String getLocale()
The language code for the locale in which the entity textual
description
is expressed.
string locale = 2;
Type | Description |
String | The locale. |
getLocaleBytes()
public abstract ByteString getLocaleBytes()
The language code for the locale in which the entity textual
description
is expressed.
string locale = 2;
Type | Description |
ByteString | The bytes for locale. |
getLocations(int index)
public abstract LocationInfo getLocations(int index)
The location information for the detected entity. Multiple
LocationInfo
elements can be present because one location may
indicate the location of the scene in the image, and another location
may indicate the location of the place where the image was taken.
Location information is usually present for landmarks.
repeated .google.cloud.vision.v1.LocationInfo locations = 8;
Name | Description |
index | int |
Type | Description |
LocationInfo |
getLocationsCount()
public abstract int getLocationsCount()
The location information for the detected entity. Multiple
LocationInfo
elements can be present because one location may
indicate the location of the scene in the image, and another location
may indicate the location of the place where the image was taken.
Location information is usually present for landmarks.
repeated .google.cloud.vision.v1.LocationInfo locations = 8;
Type | Description |
int |
getLocationsList()
public abstract List<LocationInfo> getLocationsList()
The location information for the detected entity. Multiple
LocationInfo
elements can be present because one location may
indicate the location of the scene in the image, and another location
may indicate the location of the place where the image was taken.
Location information is usually present for landmarks.
repeated .google.cloud.vision.v1.LocationInfo locations = 8;
Type | Description |
List<LocationInfo> |
getLocationsOrBuilder(int index)
public abstract LocationInfoOrBuilder getLocationsOrBuilder(int index)
The location information for the detected entity. Multiple
LocationInfo
elements can be present because one location may
indicate the location of the scene in the image, and another location
may indicate the location of the place where the image was taken.
Location information is usually present for landmarks.
repeated .google.cloud.vision.v1.LocationInfo locations = 8;
Name | Description |
index | int |
Type | Description |
LocationInfoOrBuilder |
getLocationsOrBuilderList()
public abstract List<? extends LocationInfoOrBuilder> getLocationsOrBuilderList()
The location information for the detected entity. Multiple
LocationInfo
elements can be present because one location may
indicate the location of the scene in the image, and another location
may indicate the location of the place where the image was taken.
Location information is usually present for landmarks.
repeated .google.cloud.vision.v1.LocationInfo locations = 8;
Type | Description |
List<? extends com.google.cloud.vision.v1.LocationInfoOrBuilder> |
getMid()
public abstract String getMid()
Opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API.
string mid = 1;
Type | Description |
String | The mid. |
getMidBytes()
public abstract ByteString getMidBytes()
Opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API.
string mid = 1;
Type | Description |
ByteString | The bytes for mid. |
getProperties(int index)
public abstract Property getProperties(int index)
Some entities may have optional user-supplied Property
(name/value)
fields, such a score or string that qualifies the entity.
repeated .google.cloud.vision.v1.Property properties = 9;
Name | Description |
index | int |
Type | Description |
Property |
getPropertiesCount()
public abstract int getPropertiesCount()
Some entities may have optional user-supplied Property
(name/value)
fields, such a score or string that qualifies the entity.
repeated .google.cloud.vision.v1.Property properties = 9;
Type | Description |
int |
getPropertiesList()
public abstract List<Property> getPropertiesList()
Some entities may have optional user-supplied Property
(name/value)
fields, such a score or string that qualifies the entity.
repeated .google.cloud.vision.v1.Property properties = 9;
Type | Description |
List<Property> |
getPropertiesOrBuilder(int index)
public abstract PropertyOrBuilder getPropertiesOrBuilder(int index)
Some entities may have optional user-supplied Property
(name/value)
fields, such a score or string that qualifies the entity.
repeated .google.cloud.vision.v1.Property properties = 9;
Name | Description |
index | int |
Type | Description |
PropertyOrBuilder |
getPropertiesOrBuilderList()
public abstract List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
Some entities may have optional user-supplied Property
(name/value)
fields, such a score or string that qualifies the entity.
repeated .google.cloud.vision.v1.Property properties = 9;
Type | Description |
List<? extends com.google.cloud.vision.v1.PropertyOrBuilder> |
getScore()
public abstract float getScore()
Overall score of the result. Range [0, 1].
float score = 4;
Type | Description |
float | The score. |
getTopicality()
public abstract float getTopicality()
The relevancy of the ICA (Image Content Annotation) label to the image. For example, the relevancy of "tower" is likely higher to an image containing the detected "Eiffel Tower" than to an image containing a detected distant towering building, even though the confidence that there is a tower in each image may be the same. Range [0, 1].
float topicality = 6;
Type | Description |
float | The topicality. |
hasBoundingPoly()
public abstract boolean hasBoundingPoly()
Image region to which this entity belongs. Not produced
for LABEL_DETECTION
features.
.google.cloud.vision.v1.BoundingPoly bounding_poly = 7;
Type | Description |
boolean | Whether the boundingPoly field is set. |