class Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceSegment

Video segment level annotation results for face detection.

Attributes

segment[RW]

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

Public Class Methods

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