Class: Google::Cloud::VideoIntelligence::V1beta2::FaceFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Video frame level annotation results for face detection.

Instance Attribute Summary collapse

Instance Attribute Details

#normalized_bounding_boxesArray<Google::Cloud::VideoIntelligence::V1beta2::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.

Returns:



237
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 237

class FaceFrame; end

#time_offsetGoogle::Protobuf::Duration

Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

Returns:

  • (Google::Protobuf::Duration)

    Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.



237
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 237

class FaceFrame; end