Interface protos.google.cloud.videointelligence.v1p3beta1.IStreamingVideoAnnotationResults (3.1.0)

Properties of a StreamingVideoAnnotationResults.

Package

@google-cloud/video-intelligence!

Properties

explicitAnnotation

explicitAnnotation?: (google.cloud.videointelligence.v1p3beta1.IExplicitContentAnnotation|null);

StreamingVideoAnnotationResults explicitAnnotation

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.IExplicitContentAnnotation|null)

labelAnnotations

labelAnnotations?: (google.cloud.videointelligence.v1p3beta1.ILabelAnnotation[]|null);

StreamingVideoAnnotationResults labelAnnotations

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.ILabelAnnotation[]|null)

objectAnnotations

objectAnnotations?: (google.cloud.videointelligence.v1p3beta1.IObjectTrackingAnnotation[]|null);

StreamingVideoAnnotationResults objectAnnotations

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.IObjectTrackingAnnotation[]|null)

shotAnnotations

shotAnnotations?: (google.cloud.videointelligence.v1p3beta1.IVideoSegment[]|null);

StreamingVideoAnnotationResults shotAnnotations

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.IVideoSegment[]|null)