Class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceSegment

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/videointelligence_v1/classes.rb,
generated/google/apis/videointelligence_v1/representations.rb,
generated/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) ⇒ GoogleCloudVideointelligenceV1beta2FaceSegment

Returns a new instance of GoogleCloudVideointelligenceV1beta2FaceSegment.



1935
1936
1937
# File 'generated/google/apis/videointelligence_v1/classes.rb', line 1935

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

Instance Attribute Details

#segmentGoogle::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment

Video segment. Corresponds to the JSON property segment



1933
1934
1935
# File 'generated/google/apis/videointelligence_v1/classes.rb', line 1933

def segment
  @segment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1940
1941
1942
# File 'generated/google/apis/videointelligence_v1/classes.rb', line 1940

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