Class: Google::Cloud::Videointelligence::V1beta2::FaceAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1beta2::FaceAnnotation
- Defined in:
- lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb
Overview
Face annotation.
Instance Attribute Summary collapse
-
#frames ⇒ Array<Google::Cloud::Videointelligence::V1beta2::FaceFrame>
All video frames where a face was detected.
-
#segments ⇒ Array<Google::Cloud::Videointelligence::V1beta2::FaceSegment>
All video segments where a face was detected.
-
#thumbnail ⇒ String
Thumbnail of a representative face view (in JPEG format).
Instance Attribute Details
#frames ⇒ Array<Google::Cloud::Videointelligence::V1beta2::FaceFrame>
Returns All video frames where a face was detected.
259 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 259 class FaceAnnotation; end |
#segments ⇒ Array<Google::Cloud::Videointelligence::V1beta2::FaceSegment>
Returns All video segments where a face was detected.
259 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 259 class FaceAnnotation; end |
#thumbnail ⇒ String
Returns Thumbnail of a representative face view (in JPEG format).
259 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 259 class FaceAnnotation; end |