API documentation for videointelligence_v1beta1.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. Encoding: base64. 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_v1beta1.types.Any
class.
BoundingBox
Bounding box.
Right X coordinate.
Top Y coordinate.
CancelOperationRequest
API documentation for videointelligence_v1beta1.types.CancelOperationRequest
class.
DeleteOperationRequest
API documentation for videointelligence_v1beta1.types.DeleteOperationRequest
class.
FaceAnnotation
Face annotation.
All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
FaceLocation
Face location.
Video time offset in microseconds.
GetOperationRequest
API documentation for videointelligence_v1beta1.types.GetOperationRequest
class.
LabelAnnotation
Label annotation.
Language code for description
in BCP-47 format.
LabelLocation
Label location.
Confidence that the label is accurate. Range: [0, 1].
ListOperationsRequest
API documentation for videointelligence_v1beta1.types.ListOperationsRequest
class.
ListOperationsResponse
API documentation for videointelligence_v1beta1.types.ListOperationsResponse
class.
Operation
API documentation for videointelligence_v1beta1.types.Operation
class.
OperationInfo
API documentation for videointelligence_v1beta1.types.OperationInfo
class.
SafeSearchAnnotation
Safe search annotation (based on per-frame visual signals only). If no
unsafe content has been detected in a frame, no annotations are present
for that frame. If only some types of unsafe content have been detected
in a frame, the likelihood is set to UNKNOWN
for all other types of
unsafe content.
Likelihood that an obvious modification was made to the original version to make it appear funny or offensive.
Likelihood of violent content.
Video time offset in microseconds.
Status
API documentation for videointelligence_v1beta1.types.Status
class.
Timestamp
API documentation for videointelligence_v1beta1.types.Timestamp
class.
VideoAnnotationProgress
Annotation progress for a single video.
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
Time of the most recent update.
VideoAnnotationResults
Annotation results for a single video.
Label annotations. There is exactly one element for each unique label.
Shot annotations. Each shot is represented as a video segment.
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.
If label detection has been requested, what labels should be
detected in addition to video-level labels or segment-level
labels. If unspecified, defaults to SHOT_MODE
.
Model to use for label detection. Supported values: "latest" and "stable" (the default).
Model to use for shot change detection. Supported values: "latest" and "stable" (the default).
VideoSegment
Video segment.
End offset in microseconds (inclusive). Unset means 0.
WaitOperationRequest
API documentation for videointelligence_v1beta1.types.WaitOperationRequest
class.