Class: Google::Cloud::Videointelligence::V1::FaceFrame
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1::FaceFrame
- Defined in:
- lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Video frame level annotation results for face detection.
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.
236 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 236 class FaceFrame; end |
#time_offset ⇒ Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
236 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 236 class FaceFrame; end |