Properties of a VideoAnnotationResults.
Package
@google-cloud/video-intelligence!Properties
error
error?: (google.rpc.IStatus|null);
VideoAnnotationResults error
Type | Description |
(google.rpc.IStatus|null) |
explicitAnnotation
explicitAnnotation?: (google.cloud.videointelligence.v1p1beta1.IExplicitContentAnnotation|null);
VideoAnnotationResults explicitAnnotation
Type | Description |
(google.cloud.videointelligence.v1p1beta1.IExplicitContentAnnotation|null) |
frameLabelAnnotations
frameLabelAnnotations?: (google.cloud.videointelligence.v1p1beta1.ILabelAnnotation[]|null);
VideoAnnotationResults frameLabelAnnotations
Type | Description |
(google.cloud.videointelligence.v1p1beta1.ILabelAnnotation[]|null) |
inputUri
inputUri?: (string|null);
VideoAnnotationResults inputUri
Type | Description |
(string|null) |
segmentLabelAnnotations
segmentLabelAnnotations?: (google.cloud.videointelligence.v1p1beta1.ILabelAnnotation[]|null);
VideoAnnotationResults segmentLabelAnnotations
Type | Description |
(google.cloud.videointelligence.v1p1beta1.ILabelAnnotation[]|null) |
shotAnnotations
shotAnnotations?: (google.cloud.videointelligence.v1p1beta1.IVideoSegment[]|null);
VideoAnnotationResults shotAnnotations
Type | Description |
(google.cloud.videointelligence.v1p1beta1.IVideoSegment[]|null) |
shotLabelAnnotations
shotLabelAnnotations?: (google.cloud.videointelligence.v1p1beta1.ILabelAnnotation[]|null);
VideoAnnotationResults shotLabelAnnotations
Type | Description |
(google.cloud.videointelligence.v1p1beta1.ILabelAnnotation[]|null) |
speechTranscriptions
speechTranscriptions?: (google.cloud.videointelligence.v1p1beta1.ISpeechTranscription[]|null);
VideoAnnotationResults speechTranscriptions
Type | Description |
(google.cloud.videointelligence.v1p1beta1.ISpeechTranscription[]|null) |