Interface protos.google.cloud.vision.v1.WebDetection.IWebEntity (2.3.8)

Properties of a WebEntity.

Package

@google-cloud/vision!

Properties

description

description?: (string|null);

WebEntity description

Property Value
TypeDescription
(string|null)

entityId

entityId?: (string|null);

WebEntity entityId

Property Value
TypeDescription
(string|null)

score

score?: (number|null);

WebEntity score

Property Value
TypeDescription
(number|null)