Interface protos.google.cloud.vision.v1.ILocalizedObjectAnnotation (2.3.8)

Properties of a LocalizedObjectAnnotation.

Package

@google-cloud/vision!

Properties

boundingPoly

boundingPoly?: (google.cloud.vision.v1.IBoundingPoly|null);

LocalizedObjectAnnotation boundingPoly

Property Value
TypeDescription
(google.cloud.vision.v1.IBoundingPoly|null)

languageCode

languageCode?: (string|null);

LocalizedObjectAnnotation languageCode

Property Value
TypeDescription
(string|null)

mid

mid?: (string|null);

LocalizedObjectAnnotation mid

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

LocalizedObjectAnnotation name

Property Value
TypeDescription
(string|null)

score

score?: (number|null);

LocalizedObjectAnnotation score

Property Value
TypeDescription
(number|null)