Class: Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
- Inherits:
-
Object
- Object
- Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/videointelligence_v1beta1/classes.rb,
generated/google/apis/videointelligence_v1beta1/representations.rb,
generated/google/apis/videointelligence_v1beta1/representations.rb
Overview
Video frame level annotation results for explicit content.
Instance Attribute Summary collapse
-
#pornography_likelihood ⇒ String
Likelihood of the pornography content..
-
#time_offset ⇒ String
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
constructor
A new instance of GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
Returns a new instance of GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
942 943 944 |
# File 'generated/google/apis/videointelligence_v1beta1/classes.rb', line 942 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pornography_likelihood ⇒ String
Likelihood of the pornography content..
Corresponds to the JSON property pornographyLikelihood
934 935 936 |
# File 'generated/google/apis/videointelligence_v1beta1/classes.rb', line 934 def pornography_likelihood @pornography_likelihood end |
#time_offset ⇒ String
Time-offset, relative to the beginning of the video, corresponding to the
video frame for this location.
Corresponds to the JSON property timeOffset
940 941 942 |
# File 'generated/google/apis/videointelligence_v1beta1/classes.rb', line 940 def time_offset @time_offset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
947 948 949 950 |
# File 'generated/google/apis/videointelligence_v1beta1/classes.rb', line 947 def update!(**args) @pornography_likelihood = args[:pornography_likelihood] if args.key?(:pornography_likelihood) @time_offset = args[:time_offset] if args.key?(:time_offset) end |