Interface protos.google.cloud.vision.v1p4beta1.IEntityAnnotation (2.3.8)

Properties of an EntityAnnotation.

Package

@google-cloud/vision!

Properties

boundingPoly

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

EntityAnnotation boundingPoly

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

confidence

confidence?: (number|null);

EntityAnnotation confidence

Property Value
TypeDescription
(number|null)

description

description?: (string|null);

EntityAnnotation description

Property Value
TypeDescription
(string|null)

locale

locale?: (string|null);

EntityAnnotation locale

Property Value
TypeDescription
(string|null)

locations

locations?: (google.cloud.vision.v1p4beta1.ILocationInfo[]|null);

EntityAnnotation locations

Property Value
TypeDescription
(google.cloud.vision.v1p4beta1.ILocationInfo[]|null)

mid

mid?: (string|null);

EntityAnnotation mid

Property Value
TypeDescription
(string|null)

properties

properties?: (google.cloud.vision.v1p4beta1.IProperty[]|null);

EntityAnnotation properties

Property Value
TypeDescription
(google.cloud.vision.v1p4beta1.IProperty[]|null)

score

score?: (number|null);

EntityAnnotation score

Property Value
TypeDescription
(number|null)

topicality

topicality?: (number|null);

EntityAnnotation topicality

Property Value
TypeDescription
(number|null)