Class LocalizedObjectAnnotation (2.4.4)

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

Set of detected objects with bounding boxes. .. attribute:: mid

Object ID that should align with EntityAnnotation mid.

:type: str

Attributes

NameDescription
language_code str
The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
name str
Object name, expressed in its language_code language.
score float
Score of the result. Range [0, 1].
bounding_poly google.cloud.vision_v1p3beta1.types.BoundingPoly
Image region to which this object belongs. This must be populated.