package google.cloud.videointelligence.v1beta2

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

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

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

Detected entity from video analysis.

Used in: LabelAnnotation

message ExplicitContentAnnotation

video_intelligence.proto:227

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

Config for EXPLICIT_CONTENT_DETECTION.

Used in: VideoContext

message ExplicitContentFrame

video_intelligence.proto:215

Video frame level annotation results for explicit content.

Used in: ExplicitContentAnnotation

message FaceAnnotation

video_intelligence.proto:268

Face annotation.

Used in: VideoAnnotationResults

message FaceDetectionConfig

video_intelligence.proto:142

Config for FACE_DETECTION.

Used in: VideoContext

message FaceFrame

video_intelligence.proto:256

Video frame level annotation results for face detection.

Used in: FaceAnnotation

message FaceSegment

video_intelligence.proto:250

Video segment level annotation results for face detection.

Used in: FaceAnnotation

enum Feature

video_intelligence.proto:345

Video annotation feature.

Used in: AnnotateVideoRequest

message LabelAnnotation

video_intelligence.proto:197

Label annotation.

Used in: VideoAnnotationResults

message LabelDetectionConfig

video_intelligence.proto:108

Config for LABEL_DETECTION.

Used in: VideoContext

enum LabelDetectionMode

video_intelligence.proto:363

Label detection mode.

Used in: LabelDetectionConfig

message LabelFrame

video_intelligence.proto:173

Video frame level annotation results for label detection.

Used in: LabelAnnotation

message LabelSegment

video_intelligence.proto:164

Video segment level annotation results for label detection.

Used in: LabelAnnotation

enum Likelihood

video_intelligence.proto:378

Bucketized representation of likelihood.

Used in: ExplicitContentFrame

message NormalizedBoundingBox

video_intelligence.proto:235

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

Used in: FaceFrame

message ShotChangeDetectionConfig

video_intelligence.proto:126

Config for SHOT_CHANGE_DETECTION.

Used in: VideoContext

message VideoAnnotationProgress

video_intelligence.proto:320

Annotation progress for a single video.

Used in: AnnotateVideoProgress

message VideoAnnotationResults

video_intelligence.proto:280

Annotation results for a single video.

Used in: AnnotateVideoResponse

message VideoContext

video_intelligence.proto:88

Video context and/or feature-specific parameters.

Used in: AnnotateVideoRequest

message VideoSegment

video_intelligence.proto:153

Video segment.

Used in: FaceSegment, LabelSegment, VideoAnnotationResults, VideoContext