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