Class VideoContext (2.2.0)

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

Video context and/or feature-specific parameters. .. attribute:: segments

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.

:type: Sequence[google.cloud.videointelligence_v1p1beta1.types.VideoSegment]

Attributes

NameDescription
label_detection_config google.cloud.videointelligence_v1p1beta1.types.LabelDetectionConfig
Config for LABEL_DETECTION.
shot_change_detection_config google.cloud.videointelligence_v1p1beta1.types.ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
explicit_content_detection_config google.cloud.videointelligence_v1p1beta1.types.ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
speech_transcription_config google.cloud.videointelligence_v1p1beta1.types.SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.