Interface protos.google.cloud.vision.v1.IEntityAnnotation (4.0.3)

Properties of an EntityAnnotation.

Package

@google-cloud/vision

Properties

boundingPoly

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

EntityAnnotation boundingPoly

confidence

confidence?: (number|null);

EntityAnnotation confidence

description

description?: (string|null);

EntityAnnotation description

locale

locale?: (string|null);

EntityAnnotation locale

locations

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

EntityAnnotation locations

mid

mid?: (string|null);

EntityAnnotation mid

properties

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

EntityAnnotation properties

score

score?: (number|null);

EntityAnnotation score

topicality

topicality?: (number|null);

EntityAnnotation topicality