Class: Google::Cloud::VideoIntelligence::V1::FaceSegment
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::FaceSegment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
388 389 390 391 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 388 class FaceSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |