class Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceSegment
Video segment level annotation results for face detection.
Attributes
segment[RW]
Video segment. Corresponds to the JSON property `segment` @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/videointelligence_v1/classes.rb, line 4223 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/videointelligence_v1/classes.rb, line 4228 def update!(**args) @segment = args[:segment] if args.key?(:segment) end