public sealed class ExplicitContentDetectionConfig : IMessage<ExplicitContentDetectionConfig>, IEquatable<ExplicitContentDetectionConfig>, IDeepCloneable<ExplicitContentDetectionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Video Intelligence v1 API class ExplicitContentDetectionConfig.
Config for EXPLICIT_CONTENT_DETECTION.
Implements
IMessageExplicitContentDetectionConfig, IEquatableExplicitContentDetectionConfig, IDeepCloneableExplicitContentDetectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
ExplicitContentDetectionConfig()
public ExplicitContentDetectionConfig()ExplicitContentDetectionConfig(ExplicitContentDetectionConfig)
public ExplicitContentDetectionConfig(ExplicitContentDetectionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ExplicitContentDetectionConfig |
Properties
Model
public string Model { get; set; }Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
| Property Value | |
|---|---|
| Type | Description |
string |
|