Class VideoContext (2.0.0)

VideoContext(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Video context and/or feature-specific parameters.

Attributes

NameDescription
segments Sequence[.video_intelligence.VideoSegment]
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.
label_detection_config .video_intelligence.LabelDetectionConfig
Config for LABEL_DETECTION.
shot_change_detection_config .video_intelligence.ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
explicit_content_detection_config .video_intelligence.ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
speech_transcription_config .video_intelligence.SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.