VideoContext(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Video context and/or feature-specific parameters.
Attributes |
|
---|---|
Name | Description |
segments |
MutableSequence[google.cloud.videointelligence_v1beta2.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_v1beta2.types.LabelDetectionConfig
Config for LABEL_DETECTION. |
shot_change_detection_config |
google.cloud.videointelligence_v1beta2.types.ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION. |
explicit_content_detection_config |
google.cloud.videointelligence_v1beta2.types.ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION. |
face_detection_config |
google.cloud.videointelligence_v1beta2.types.FaceDetectionConfig
Config for FACE_DETECTION. |