package google.cloud.videointelligence.v1

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

service VideoIntelligenceService

video_intelligence.proto:34

Service that implements Google Cloud Video Intelligence API.

message AnnotateVideoProgress

video_intelligence.proto:335

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:310

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

message Entity

video_intelligence.proto:179

Detected entity from video analysis.

Used in: LabelAnnotation

message ExplicitContentAnnotation

video_intelligence.proto:223

Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.

Used in: VideoAnnotationResults

message ExplicitContentDetectionConfig

video_intelligence.proto:130

Config for EXPLICIT_CONTENT_DETECTION.

Used in: VideoContext

message ExplicitContentFrame

video_intelligence.proto:211

Video frame level annotation results for explicit content.

Used in: ExplicitContentAnnotation

message FaceAnnotation

video_intelligence.proto:264

Face annotation.

Used in: VideoAnnotationResults

message FaceDetectionConfig

video_intelligence.proto:138

Config for FACE_DETECTION.

Used in: VideoContext

message FaceFrame

video_intelligence.proto:252

Video frame level annotation results for face detection.

Used in: FaceAnnotation

message FaceSegment

video_intelligence.proto:246

Video segment level annotation results for face detection.

Used in: FaceAnnotation

enum Feature

video_intelligence.proto:341

Video annotation feature.

Used in: AnnotateVideoRequest

message LabelAnnotation

video_intelligence.proto:193

Label annotation.

Used in: VideoAnnotationResults

message LabelDetectionConfig

video_intelligence.proto:104

Config for LABEL_DETECTION.

Used in: VideoContext

enum LabelDetectionMode

video_intelligence.proto:359

Label detection mode.

Used in: LabelDetectionConfig

message LabelFrame

video_intelligence.proto:169

Video frame level annotation results for label detection.

Used in: LabelAnnotation

message LabelSegment

video_intelligence.proto:160

Video segment level annotation results for label detection.

Used in: LabelAnnotation

enum Likelihood

video_intelligence.proto:374

Bucketized representation of likelihood.

Used in: ExplicitContentFrame

message NormalizedBoundingBox

video_intelligence.proto:231

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

Used in: FaceFrame

message ShotChangeDetectionConfig

video_intelligence.proto:122

Config for SHOT_CHANGE_DETECTION.

Used in: VideoContext

message VideoAnnotationProgress

video_intelligence.proto:316

Annotation progress for a single video.

Used in: AnnotateVideoProgress

message VideoAnnotationResults

video_intelligence.proto:276

Annotation results for a single video.

Used in: AnnotateVideoResponse

message VideoContext

video_intelligence.proto:84

Video context and/or feature-specific parameters.

Used in: AnnotateVideoRequest

message VideoSegment

video_intelligence.proto:149

Video segment.

Used in: FaceSegment, LabelSegment, VideoAnnotationResults, VideoContext