Class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame

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

Overview

Video frame level annotation results for explicit content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame

Returns a new instance of GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame.



1758
1759
1760
# File 'generated/google/apis/videointelligence_v1p3beta1/classes.rb', line 1758

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

Instance Attribute Details

#pornography_likelihoodString

Likelihood of the pornography content.. Corresponds to the JSON property pornographyLikelihood

Returns:

  • (String)


1750
1751
1752
# File 'generated/google/apis/videointelligence_v1p3beta1/classes.rb', line 1750

def pornography_likelihood
  @pornography_likelihood
end

#time_offsetString

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location. Corresponds to the JSON property timeOffset

Returns:

  • (String)


1756
1757
1758
# File 'generated/google/apis/videointelligence_v1p3beta1/classes.rb', line 1756

def time_offset
  @time_offset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1763
1764
1765
1766
# File 'generated/google/apis/videointelligence_v1p3beta1/classes.rb', line 1763

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