Class: Google::Cloud::VideoIntelligence::V1::FaceAnnotation

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

Overview

Face annotation.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns All video frames where a face was detected.

Returns:



297
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 297

class FaceAnnotation; end

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

Returns All video segments where a face was detected.

Returns:



297
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 297

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).



297
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 297

class FaceAnnotation; end