Class: Google::Cloud::VideoIntelligence::V1::FaceFrame Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::FaceFrame
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Deprecated. No effect.
Instance Attribute Summary collapse
-
#normalized_bounding_boxes ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox>
Normalized Bounding boxes in a frame.
-
#time_offset ⇒ ::Google::Protobuf::Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
Instance Attribute Details
#normalized_bounding_boxes ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox>
Returns Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
404 405 406 407 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 404 class FaceFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_offset ⇒ ::Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
404 405 406 407 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 404 class FaceFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |