class Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1FaceSegment

Video segment level annotation results for face detection.

Attributes

segment[RW]

Video segment. Corresponds to the JSON property `segment` @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/videointelligence_v1p3beta1/classes.rb, line 3750
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_v1p3beta1/classes.rb, line 3755
def update!(**args)
  @segment = args[:segment] if args.key?(:segment)
end