API documentation for videointelligence_v1p1beta1.types
module.
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.
The video data bytes. If unset, the input video(s) should be
specified via input_uri
. If set, input_uri
should be
unset.
Additional video context and/or feature-specific parameters.
Optional. Cloud region where annotation should take place.
Supported cloud regions: us-east1
, us-west1
, europe-
west1
, asia-east1
. If no region is specified, a region
will be determined based on video file location.
AnnotateVideoResponse
Video annotation response. Included in the response
field of the
Operation
returned by the GetOperation
call of the
google::longrunning::Operations
service.
Any
API documentation for videointelligence_v1p1beta1.types.Any
class.
CancelOperationRequest
API documentation for videointelligence_v1p1beta1.types.CancelOperationRequest
class.
DeleteOperationRequest
API documentation for videointelligence_v1p1beta1.types.DeleteOperationRequest
class.
Duration
API documentation for videointelligence_v1p1beta1.types.Duration
class.
Entity
Detected entity from video analysis.
Textual description, e.g. Fixed-gear bicycle
.
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.
Likelihood of the pornography content..
GetOperationRequest
API documentation for videointelligence_v1p1beta1.types.GetOperationRequest
class.
LabelAnnotation
Label annotation.
Common categories for the detected entity. E.g. when the label
is Terrier
the category is likely dog
. And in some
cases there might be more than one categories e.g. Terrier
could also be a pet
.
All video frames where a label was detected.
LabelDetectionConfig
Config for LABEL_DETECTION.
Whether the video has been shot from a stationary (i.e. non-
moving) camera. When set to true, might improve detection
accuracy for moving objects. Should be used with
SHOT_AND_FRAME_MODE
enabled.
LabelFrame
Video frame level annotation results for label detection.
Confidence that the label is accurate. Range: [0, 1].
LabelSegment
Video segment level annotation results for label detection.
Confidence that the label is accurate. Range: [0, 1].
ListOperationsRequest
API documentation for videointelligence_v1p1beta1.types.ListOperationsRequest
class.
ListOperationsResponse
API documentation for videointelligence_v1p1beta1.types.ListOperationsResponse
class.
Operation
API documentation for videointelligence_v1p1beta1.types.Operation
class.
OperationInfo
API documentation for videointelligence_v1p1beta1.types.OperationInfo
class.
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).
Output only. The confidence estimate between 0.0 and 1.0. A
higher number indicates an estimated greater likelihood that
the recognized words are correct. This field is set only for
the top alternative. This field is not guaranteed to be
accurate and users should not rely on it to be always
provided. The default of 0.0 is a sentinel value indicating
confidence
was not set.
SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.
Optional. Maximum number of recognition hypotheses to be
returned. Specifically, the maximum number of
SpeechRecognitionAlternative
messages within each
SpeechTranscription
. The server may return fewer than
max_alternatives
. Valid values are 0
-30
. A value
of 0
or 1
will return a maximum of one. If omitted,
will return a maximum of one.
Optional. A means to provide context to assist the speech recognition.
Optional. For file formats, such as MXF or MKV, supporting multiple audio tracks, specify up to two tracks. Default: track 0.
Status
API documentation for videointelligence_v1p1beta1.types.Status
class.
Timestamp
API documentation for videointelligence_v1p1beta1.types.Timestamp
class.
VideoAnnotationProgress
Annotation progress for a single video.
Output only. Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
Output only. Time of the most recent update.
VideoAnnotationResults
Annotation results for a single video.
Label annotations on video level or user specified segment level. There is exactly one element for each unique label.
Label annotations on frame level. There is exactly one element for each unique label.
Explicit content annotation.
Output only. If set, indicates an error. Note that for a
single AnnotateVideoRequest
some videos may succeed and
some may fail.
VideoContext
Video context and/or feature-specific parameters.
Config for LABEL_DETECTION.
Config for EXPLICIT_CONTENT_DETECTION.
VideoSegment
Video segment.
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
WaitOperationRequest
API documentation for videointelligence_v1p1beta1.types.WaitOperationRequest
class.
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
.
Output only. Time offset relative to the beginning of the
audio, and corresponding to the end of the spoken word. This
field is only set if enable_word_time_offsets=true
and
only in the top hypothesis. This is an experimental feature
and the accuracy of the time offset can vary.