Package types (2.13.2)

API documentation for videointelligence_v1beta2.types package.

Classes

AnnotateVideoProgress

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

AnnotateVideoRequest

Video annotation request.

AnnotateVideoResponse

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Entity

Detected entity from video analysis.

ExplicitContentAnnotation

Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.

ExplicitContentDetectionConfig

Config for EXPLICIT_CONTENT_DETECTION.

ExplicitContentFrame

Video frame level annotation results for explicit content.

FaceAnnotation

Face annotation.

FaceDetectionConfig

Config for FACE_DETECTION.

FaceFrame

Video frame level annotation results for face detection.

FaceSegment

Video segment level annotation results for face detection.

Feature

Video annotation feature.

Values: FEATURE_UNSPECIFIED (0): Unspecified. LABEL_DETECTION (1): Label detection. Detect objects, such as dog or flower. SHOT_CHANGE_DETECTION (2): Shot change detection. EXPLICIT_CONTENT_DETECTION (3): Explicit content detection. FACE_DETECTION (4): Human face detection and tracking.

LabelAnnotation

Label annotation.

LabelDetectionConfig

Config for LABEL_DETECTION.

LabelDetectionMode

Label detection mode.

Values: LABEL_DETECTION_MODE_UNSPECIFIED (0): Unspecified. SHOT_MODE (1): Detect shot-level labels. FRAME_MODE (2): Detect frame-level labels. SHOT_AND_FRAME_MODE (3): Detect both shot-level and frame-level labels.

LabelFrame

Video frame level annotation results for label detection.

LabelSegment

Video segment level annotation results for label detection.

Likelihood

Bucketized representation of likelihood.

Values: LIKELIHOOD_UNSPECIFIED (0): Unspecified likelihood. VERY_UNLIKELY (1): Very unlikely. UNLIKELY (2): Unlikely. POSSIBLE (3): Possible. LIKELY (4): Likely. VERY_LIKELY (5): Very likely.

NormalizedBoundingBox

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

ShotChangeDetectionConfig

Config for SHOT_CHANGE_DETECTION.

VideoAnnotationProgress

Annotation progress for a single video.

VideoAnnotationResults

Annotation results for a single video.

VideoContext

Video context and/or feature-specific parameters.

VideoSegment

Video segment.