Class: Google::Cloud::Videointelligence::V1beta2::FaceSegment
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1beta2::FaceSegment
- Defined in:
- lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb
Overview
Video segment level annotation results for face detection.
Instance Attribute Summary collapse
-
#segment ⇒ Google::Cloud::Videointelligence::V1beta2::VideoSegment
Video segment where a face was detected.
Instance Attribute Details
#segment ⇒ Google::Cloud::Videointelligence::V1beta2::VideoSegment
Returns Video segment where a face was detected.
224 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 224 class FaceSegment; end |