google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1VideoContext View Source

Video context and/or feature-specific parameters.

Attributes

  • explicitContentDetectionConfig (GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig): Config for EXPLICIT_CONTENT_DETECTION. Defaults to: null.
  • labelDetectionConfig (GoogleCloudVideointelligenceV1LabelDetectionConfig): Config for LABEL_DETECTION. Defaults to: null.
  • segments ([GoogleCloudVideointelligenceV1VideoSegment]): Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment. Defaults to: null.
  • shotChangeDetectionConfig (GoogleCloudVideointelligenceV1ShotChangeDetectionConfig): Config for SHOT_CHANGE_DETECTION. Defaults to: null.
  • speechTranscriptionConfig (GoogleCloudVideointelligenceV1SpeechTranscriptionConfig): Config for SPEECH_TRANSCRIPTION. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.