Class: Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig
- Inherits:
-
Object
- Object
- Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/videointelligence_v1p1beta1/classes.rb,
generated/google/apis/videointelligence_v1p1beta1/representations.rb,
generated/google/apis/videointelligence_v1p1beta1/representations.rb
Overview
Config for EXPLICIT_CONTENT_DETECTION.
Instance Attribute Summary collapse
-
#model ⇒ String
Model to use for explicit content detection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig
constructor
A new instance of GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig
Returns a new instance of GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig.
2557 2558 2559 |
# File 'generated/google/apis/videointelligence_v1p1beta1/classes.rb', line 2557 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model ⇒ String
Model to use for explicit content detection. Supported values: "builtin/stable"
(the default if unset) and "builtin/latest".
Corresponds to the JSON property model
2555 2556 2557 |
# File 'generated/google/apis/videointelligence_v1p1beta1/classes.rb', line 2555 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2562 2563 2564 |
# File 'generated/google/apis/videointelligence_v1p1beta1/classes.rb', line 2562 def update!(**args) @model = args[:model] if args.key?(:model) end |