Interface protos.google.cloud.videointelligence.v1p1beta1.IVideoAnnotationResults (5.0.2)

Properties of a VideoAnnotationResults.

Package

@google-cloud/video-intelligence

Properties

error

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

VideoAnnotationResults error

explicitAnnotation

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

VideoAnnotationResults explicitAnnotation

frameLabelAnnotations

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

VideoAnnotationResults frameLabelAnnotations

inputUri

inputUri?: (string|null);

VideoAnnotationResults inputUri

segmentLabelAnnotations

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

VideoAnnotationResults segmentLabelAnnotations

shotAnnotations

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

VideoAnnotationResults shotAnnotations

shotLabelAnnotations

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

VideoAnnotationResults shotLabelAnnotations

speechTranscriptions

speechTranscriptions?: (google.cloud.videointelligence.v1p1beta1.ISpeechTranscription[]|null);

VideoAnnotationResults speechTranscriptions