Class: Google::Cloud::VideoIntelligence::V1beta2::FaceAnnotation

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

Overview

Face annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#framesArray<Google::Cloud::VideoIntelligence::V1beta2::FaceFrame>

Returns All video frames where a face was detected.

Returns:



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

class FaceAnnotation; end

#segmentsArray<Google::Cloud::VideoIntelligence::V1beta2::FaceSegment>

Returns All video segments where a face was detected.

Returns:



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

class FaceAnnotation; end

#thumbnailString

Returns Thumbnail of a representative face view (in JPEG format).

Returns:

  • (String)

    Thumbnail of a representative face view (in JPEG format).



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

class FaceAnnotation; end