Package types (2.11.0)

API documentation for videointelligence_v1p1beta1.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.

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. SPEECH_TRANSCRIPTION (6): Speech transcription.

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.

ShotChangeDetectionConfig

Config for SHOT_CHANGE_DETECTION.

SpeechContext

Provides "hints" to the speech recognizer to favor specific words and phrases in the results.

SpeechRecognitionAlternative

Alternative hypotheses (a.k.a. n-best list).

SpeechTranscription

A speech recognition result corresponding to a portion of the audio.

SpeechTranscriptionConfig

Config for SPEECH_TRANSCRIPTION.

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.

WordInfo

Word-specific information for recognized words. Word information is only included in the response when certain request parameters are set, such as enable_word_time_offsets.