Class: Google::Cloud::VideoIntelligence::V1p1beta1::ExplicitContentDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::ExplicitContentDetectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p1beta1/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".
129 130 131 132 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 129 class ExplicitContentDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |