package google.cloud.videointelligence.v1p1beta1

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

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

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

Detected entity from video analysis.

Used in: LabelAnnotation

message ExplicitContentAnnotation

video_intelligence.proto:216

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

Video frame level annotation results for explicit content.

Used in: ExplicitContentAnnotation

enum Feature

video_intelligence.proto:383

Video annotation feature.

Used in: AnnotateVideoRequest

message LabelAnnotation

video_intelligence.proto:186

Label annotation.

Used in: VideoAnnotationResults

message LabelDetectionConfig

video_intelligence.proto:108

Config for LABEL_DETECTION.

Used in: VideoContext

enum LabelDetectionMode

video_intelligence.proto:401

Label detection mode.

Used in: LabelDetectionConfig

message LabelFrame

video_intelligence.proto:162

Video frame level annotation results for label detection.

Used in: LabelAnnotation

message LabelSegment

video_intelligence.proto:153

Video segment level annotation results for label detection.

Used in: LabelAnnotation

enum Likelihood

video_intelligence.proto:416

Bucketized representation of likelihood.

Used in: ExplicitContentFrame

message ShotChangeDetectionConfig

video_intelligence.proto:126

Config for SHOT_CHANGE_DETECTION.

Used in: VideoContext

message SpeechContext

video_intelligence.proto:326

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

Used in: SpeechTranscriptionConfig

message SpeechRecognitionAlternative

video_intelligence.proto:346

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

Used in: SpeechTranscription

message SpeechTranscription

video_intelligence.proto:337

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

Used in: VideoAnnotationResults

message SpeechTranscriptionConfig

video_intelligence.proto:287

Config for SPEECH_TRANSCRIPTION.

Used in: VideoContext

message VideoAnnotationProgress

video_intelligence.proto:262

Annotation progress for a single video.

Used in: AnnotateVideoProgress

message VideoAnnotationResults

video_intelligence.proto:222

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

Video segment.

Used in: LabelSegment, VideoAnnotationResults, VideoContext

message WordInfo

video_intelligence.proto:365

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