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.v1beta2.IExplicitContentAnnotation|null);
VideoAnnotationResults explicitAnnotation
Type | Description |
(google.cloud.videointelligence.v1beta2.IExplicitContentAnnotation|null) |
faceAnnotations
faceAnnotations?: (google.cloud.videointelligence.v1beta2.IFaceAnnotation[]|null);
VideoAnnotationResults faceAnnotations
Type | Description |
(google.cloud.videointelligence.v1beta2.IFaceAnnotation[]|null) |
frameLabelAnnotations
frameLabelAnnotations?: (google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null);
VideoAnnotationResults frameLabelAnnotations
Type | Description |
(google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null) |
inputUri
inputUri?: (string|null);
VideoAnnotationResults inputUri
Type | Description |
(string|null) |
segmentLabelAnnotations
segmentLabelAnnotations?: (google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null);
VideoAnnotationResults segmentLabelAnnotations
Type | Description |
(google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null) |
shotAnnotations
shotAnnotations?: (google.cloud.videointelligence.v1beta2.IVideoSegment[]|null);
VideoAnnotationResults shotAnnotations
Type | Description |
(google.cloud.videointelligence.v1beta2.IVideoSegment[]|null) |
shotLabelAnnotations
shotLabelAnnotations?: (google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null);
VideoAnnotationResults shotLabelAnnotations
Type | Description |
(google.cloud.videointelligence.v1beta2.ILabelAnnotation[]|null) |