VideoContext(mapping=None, *, ignore_unknown_fields=False, **kwargs)Video context and/or feature-specific parameters.
| Attributes | |
|---|---|
| Name | Description | 
| segments | MutableSequence[google.cloud.videointelligence_v1p2beta1.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_v1p2beta1.types.LabelDetectionConfigConfig for LABEL_DETECTION. | 
| shot_change_detection_config | google.cloud.videointelligence_v1p2beta1.types.ShotChangeDetectionConfigConfig for SHOT_CHANGE_DETECTION. | 
| explicit_content_detection_config | google.cloud.videointelligence_v1p2beta1.types.ExplicitContentDetectionConfigConfig for EXPLICIT_CONTENT_DETECTION. | 
| text_detection_config | google.cloud.videointelligence_v1p2beta1.types.TextDetectionConfigConfig for TEXT_DETECTION. |