Class: Google::Cloud::Videointelligence::V1beta2::ExplicitContentDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1beta2::ExplicitContentDetectionConfig
- Defined in:
- lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb
Overview
Config for EXPLICIT_CONTENT_DETECTION.
Instance Attribute Summary collapse
-
#model ⇒ String
Model to use for explicit content detection.
Instance Attribute Details
#model ⇒ String
Returns Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
110 |
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 110 class ExplicitContentDetectionConfig; end |