Interface protos.google.cloud.videointelligence.v1beta2.IVideoAnnotationResults (3.0.0)

Properties of a VideoAnnotationResults.

Package

@google-cloud/video-intelligence!

Properties

error

error?: (google.rpc.IStatus|null);

VideoAnnotationResults error

Property Value
TypeDescription
(google.rpc.IStatus|null)

explicitAnnotation

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

VideoAnnotationResults explicitAnnotation

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

faceAnnotations

faceAnnotations?: (google.cloud.videointelligence.v1beta2.IFaceAnnotation[]|null);

VideoAnnotationResults faceAnnotations

Property Value
TypeDescription
(google.cloud.videointelligence.v1beta2.IFaceAnnotation[]|null)

frameLabelAnnotations

frameLabelAnnotations?: (google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null);

VideoAnnotationResults frameLabelAnnotations

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

inputUri

inputUri?: (string|null);

VideoAnnotationResults inputUri

Property Value
TypeDescription
(string|null)

segmentLabelAnnotations

segmentLabelAnnotations?: (google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null);

VideoAnnotationResults segmentLabelAnnotations

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

shotAnnotations

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

VideoAnnotationResults shotAnnotations

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

shotLabelAnnotations

shotLabelAnnotations?: (google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null);

VideoAnnotationResults shotLabelAnnotations

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