Interface protos.google.cloud.videointelligence.v1.IDetectedLandmark (3.3.6)

Properties of a DetectedLandmark.

Package

@google-cloud/video-intelligence!

Properties

confidence

confidence?: (number|null);

DetectedLandmark confidence

Property Value
TypeDescription
(number|null)

name

name?: (string|null);

DetectedLandmark name

Property Value
TypeDescription
(string|null)

point

point?: (google.cloud.videointelligence.v1.INormalizedVertex|null);

DetectedLandmark point

Property Value
TypeDescription
(google.cloud.videointelligence.v1.INormalizedVertex|null)