Class: Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p2beta1FaceSegment

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

Overview

Video segment level annotation results for face detection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudVideointelligenceV1p2beta1FaceSegment

Returns a new instance of GoogleCloudVideointelligenceV1p2beta1FaceSegment.



4223
4224
4225
# File 'generated/google/apis/videointelligence_v1p1beta1/classes.rb', line 4223

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

Instance Attribute Details

#segmentGoogle::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment

Video segment. Corresponds to the JSON property segment



4221
4222
4223
# File 'generated/google/apis/videointelligence_v1p1beta1/classes.rb', line 4221

def segment
  @segment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4228
4229
4230
# File 'generated/google/apis/videointelligence_v1p1beta1/classes.rb', line 4228

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