Class: Google::Cloud::VideoIntelligence::V1beta1::FaceAnnotation

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

Overview

Face annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#locationsArray<Google::Cloud::VideoIntelligence::V1beta1::FaceLocation>

Returns Face locations at one frame per second.

Returns:



189
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 189

class FaceAnnotation; end

#segmentsArray<Google::Cloud::VideoIntelligence::V1beta1::VideoSegment>

Returns All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).

Returns:



189
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 189

class FaceAnnotation; end

#thumbnailString

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

Returns:

  • (String)

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



189
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 189

class FaceAnnotation; end