Class VideoContext (2.7.1)

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

Video context and/or feature-specific parameters.

Attributes

NameDescription
segments Sequence[google.cloud.videointelligence_v1.types.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 google.cloud.videointelligence_v1.types.LabelDetectionConfig
Config for LABEL_DETECTION.
shot_change_detection_config google.cloud.videointelligence_v1.types.ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
explicit_content_detection_config google.cloud.videointelligence_v1.types.ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
face_detection_config google.cloud.videointelligence_v1.types.FaceDetectionConfig
Config for FACE_DETECTION.
speech_transcription_config google.cloud.videointelligence_v1.types.SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.
text_detection_config google.cloud.videointelligence_v1.types.TextDetectionConfig
Config for TEXT_DETECTION.
person_detection_config google.cloud.videointelligence_v1.types.PersonDetectionConfig
Config for PERSON_DETECTION.
object_tracking_config google.cloud.videointelligence_v1.types.ObjectTrackingConfig
Config for OBJECT_TRACKING.