Class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceSegment

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/videointelligence_v1/classes.rb,
lib/google/apis/videointelligence_v1/representations.rb,
lib/google/apis/videointelligence_v1/representations.rb

Overview

Video segment level annotation results for face detection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudVideointelligenceV1p3beta1FaceSegment

Returns a new instance of GoogleCloudVideointelligenceV1p3beta1FaceSegment.



5666
5667
5668
# File 'lib/google/apis/videointelligence_v1/classes.rb', line 5666

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#segmentGoogle::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment

Video segment. Corresponds to the JSON property segment



5664
5665
5666
# File 'lib/google/apis/videointelligence_v1/classes.rb', line 5664

def segment
  @segment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5671
5672
5673
# File 'lib/google/apis/videointelligence_v1/classes.rb', line 5671

def update!(**args)
  @segment = args[:segment] if args.key?(:segment)
end