Class: Google::Cloud::VideoIntelligence::V1beta2::FaceSegment
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1beta2::FaceSegment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
273 274 275 276 |
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 273 class FaceSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |