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

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

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

Detected entity from video analysis.

Used in: LabelAnnotation

message ExplicitContentAnnotation

video_intelligence.proto:215

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

Video frame level annotation results for explicit content.

Used in: ExplicitContentAnnotation

enum Feature

video_intelligence.proto:382

Video annotation feature.

Used in: AnnotateVideoRequest

message LabelAnnotation

video_intelligence.proto:185

Label annotation.

Used in: VideoAnnotationResults

message LabelDetectionConfig

video_intelligence.proto:107

Config for LABEL_DETECTION.

Used in: VideoContext

enum LabelDetectionMode

video_intelligence.proto:400

Label detection mode.

Used in: LabelDetectionConfig

message LabelFrame

video_intelligence.proto:161

Video frame level annotation results for label detection.

Used in: LabelAnnotation

message LabelSegment

video_intelligence.proto:152

Video segment level annotation results for label detection.

Used in: LabelAnnotation

enum Likelihood

video_intelligence.proto:415

Bucketized representation of likelihood.

Used in: ExplicitContentFrame

message ShotChangeDetectionConfig

video_intelligence.proto:125

Config for SHOT_CHANGE_DETECTION.

Used in: VideoContext

message SpeechContext

video_intelligence.proto:325

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

Used in: SpeechTranscriptionConfig

message SpeechRecognitionAlternative

video_intelligence.proto:345

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

Used in: SpeechTranscription

message SpeechTranscription

video_intelligence.proto:336

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

Used in: VideoAnnotationResults

message SpeechTranscriptionConfig

video_intelligence.proto:286

Config for SPEECH_TRANSCRIPTION.

Used in: VideoContext

message VideoAnnotationProgress

video_intelligence.proto:261

Annotation progress for a single video.

Used in: AnnotateVideoProgress

message VideoAnnotationResults

video_intelligence.proto:221

Annotation results for a single video.

Used in: AnnotateVideoResponse

message VideoContext

video_intelligence.proto:87

Video context and/or feature-specific parameters.

Used in: AnnotateVideoRequest

message VideoSegment

video_intelligence.proto:141

Video segment.

Used in: LabelSegment, VideoAnnotationResults, VideoContext

message WordInfo

video_intelligence.proto:364

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