package google.cloud.videointelligence.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service VideoIntelligenceService

video_intelligence.proto:32

Service that implements Google Cloud Video Intelligence API.

message AnnotateVideoProgress

video_intelligence.proto:264

Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.

message AnnotateVideoResponse

video_intelligence.proto:239

Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.

message BoundingBox

video_intelligence.proto:176

Bounding box.

Used in: FaceLocation

message FaceAnnotation

video_intelligence.proto:200

Face annotation.

Used in: VideoAnnotationResults

message FaceLocation

video_intelligence.proto:191

Face location.

Used in: FaceAnnotation

enum Feature

video_intelligence.proto:270

Video annotation feature.

Used in: AnnotateVideoRequest

message LabelAnnotation

video_intelligence.proto:138

Label annotation.

Used in: VideoAnnotationResults

enum LabelDetectionMode

video_intelligence.proto:307

Label detection mode.

Used in: VideoContext

enum LabelLevel

video_intelligence.proto:288

Label level (scope).

Used in: LabelLocation

message LabelLocation

video_intelligence.proto:123

Label location.

Used in: LabelAnnotation

enum Likelihood

video_intelligence.proto:322

Bucketized representation of likelihood.

Used in: SafeSearchAnnotation

message SafeSearchAnnotation

video_intelligence.proto:154

Safe search annotation (based on per-frame visual signals only). If no unsafe content has been detected in a frame, no annotations are present for that frame. If only some types of unsafe content have been detected in a frame, the likelihood is set to `UNKNOWN` for all other types of unsafe content.

Used in: VideoAnnotationResults

message VideoAnnotationProgress

video_intelligence.proto:245

Annotation progress for a single video.

Used in: AnnotateVideoProgress

message VideoAnnotationResults

video_intelligence.proto:214

Annotation results for a single video.

Used in: AnnotateVideoResponse

message VideoContext

video_intelligence.proto:81

Video context and/or feature-specific parameters.

Used in: AnnotateVideoRequest

message VideoSegment

video_intelligence.proto:114

Video segment.

Used in: FaceAnnotation, LabelLocation, VideoAnnotationResults, VideoContext