API documentation for videointelligence_v1beta2.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_v1beta2.types.Any
class.
CancelOperationRequest
API documentation for videointelligence_v1beta2.types.CancelOperationRequest
class.
DeleteOperationRequest
API documentation for videointelligence_v1beta2.types.DeleteOperationRequest
class.
Duration
API documentation for videointelligence_v1beta2.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..
FaceAnnotation
Face annotation.
All video segments where a face was detected.
FaceDetectionConfig
Config for FACE_DETECTION.
Whether bounding boxes be included in the face annotation output.
FaceFrame
Video frame level annotation results for face detection.
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
FaceSegment
Video segment level annotation results for face detection.
GetOperationRequest
API documentation for videointelligence_v1beta2.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_v1beta2.types.ListOperationsRequest
class.
ListOperationsResponse
API documentation for videointelligence_v1beta2.types.ListOperationsResponse
class.
NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
Top Y coordinate.
Bottom Y coordinate.
Operation
API documentation for videointelligence_v1beta2.types.Operation
class.
OperationInfo
API documentation for videointelligence_v1beta2.types.OperationInfo
class.
ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
Status
API documentation for videointelligence_v1beta2.types.Status
class.
Timestamp
API documentation for videointelligence_v1beta2.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 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.
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.
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_v1beta2.types.WaitOperationRequest
class.