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

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

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

Detected entity from video analysis.

Used in: LabelAnnotation

message ExplicitContentAnnotation

video_intelligence.proto:226

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

Config for EXPLICIT_CONTENT_DETECTION.

Used in: VideoContext

message ExplicitContentFrame

video_intelligence.proto:214

Video frame level annotation results for explicit content.

Used in: ExplicitContentAnnotation

message FaceAnnotation

video_intelligence.proto:267

Face annotation.

Used in: VideoAnnotationResults

message FaceDetectionConfig

video_intelligence.proto:141

Config for FACE_DETECTION.

Used in: VideoContext

message FaceFrame

video_intelligence.proto:255

Video frame level annotation results for face detection.

Used in: FaceAnnotation

message FaceSegment

video_intelligence.proto:249

Video segment level annotation results for face detection.

Used in: FaceAnnotation

enum Feature

video_intelligence.proto:483

Video annotation feature.

Used in: AnnotateVideoRequest

message LabelAnnotation

video_intelligence.proto:196

Label annotation.

Used in: VideoAnnotationResults

message LabelDetectionConfig

video_intelligence.proto:107

Config for LABEL_DETECTION.

Used in: VideoContext

enum LabelDetectionMode

video_intelligence.proto:504

Label detection mode.

Used in: LabelDetectionConfig

message LabelFrame

video_intelligence.proto:172

Video frame level annotation results for label detection.

Used in: LabelAnnotation

message LabelSegment

video_intelligence.proto:163

Video segment level annotation results for label detection.

Used in: LabelAnnotation

enum Likelihood

video_intelligence.proto:519

Bucketized representation of likelihood.

Used in: ExplicitContentFrame

message NormalizedBoundingBox

video_intelligence.proto:234

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

Used in: FaceFrame

message ShotChangeDetectionConfig

video_intelligence.proto:125

Config for SHOT_CHANGE_DETECTION.

Used in: VideoContext

message SpeechContext

video_intelligence.proto:406

Provides "hints" to the speech recognizer to favor specific words and phrases in the results.

Used in: SpeechTranscriptionConfig

message SpeechRecognitionAlternative

video_intelligence.proto:432

Alternative hypotheses (a.k.a. n-best list).

Used in: SpeechTranscription

message SpeechTranscription

video_intelligence.proto:417

A speech recognition result corresponding to a portion of the audio.

Used in: VideoAnnotationResults

message SpeechTranscriptionConfig

video_intelligence.proto:347

Config for SPEECH_TRANSCRIPTION.

Used in: VideoContext

message VideoAnnotationProgress

video_intelligence.proto:322

Annotation progress for a single video.

Used in: AnnotateVideoProgress

message VideoAnnotationResults

video_intelligence.proto:279

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

Video segment.

Used in: FaceSegment, LabelSegment, VideoAnnotationResults, VideoContext

message WordInfo

video_intelligence.proto:451

Word-specific information for recognized words. Word information is only included in the response when certain request parameters are set, such as `enable_word_time_offsets`.

Used in: SpeechRecognitionAlternative