google_api_video_intelligence v0.13.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoContext View Source
Video context and/or feature-specific parameters.
Attributes
explicitContentDetectionConfig
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig.t
, default:nil
) - Config for EXPLICIT_CONTENT_DETECTION.labelDetectionConfig
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_LabelDetectionConfig.t
, default:nil
) - Config for LABEL_DETECTION.objectTrackingConfig
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ObjectTrackingConfig.t
, default:nil
) - Config for OBJECT_TRACKING.segments
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.t)
, default:nil
) - 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.shotChangeDetectionConfig
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig.t
, default:nil
) - Config for SHOT_CHANGE_DETECTION.speechTranscriptionConfig
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_SpeechTranscriptionConfig.t
, default:nil
) - Config for SPEECH_TRANSCRIPTION.textDetectionConfig
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextDetectionConfig.t
, default:nil
) - Config for TEXT_DETECTION.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoContext{ explicitContentDetectionConfig: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig.t(), labelDetectionConfig: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_LabelDetectionConfig.t(), objectTrackingConfig: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ObjectTrackingConfig.t(), segments: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.t() ], shotChangeDetectionConfig: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig.t(), speechTranscriptionConfig: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_SpeechTranscriptionConfig.t(), textDetectionConfig: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextDetectionConfig.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.