Class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig
- Inherits:
-
Object
- Object
- Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/videointelligence_v1beta2/classes.rb,
lib/google/apis/videointelligence_v1beta2/representations.rb,
lib/google/apis/videointelligence_v1beta2/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) ⇒ GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig
constructor
A new instance of GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig
Returns a new instance of GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig.
1457 1458 1459 |
# File 'lib/google/apis/videointelligence_v1beta2/classes.rb', line 1457 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
1455 1456 1457 |
# File 'lib/google/apis/videointelligence_v1beta2/classes.rb', line 1455 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1462 1463 1464 |
# File 'lib/google/apis/videointelligence_v1beta2/classes.rb', line 1462 def update!(**args) @model = args[:model] if args.key?(:model) end |