public sealed class ExplicitContentDetectionConfig : IMessage<ExplicitContentDetectionConfig>, IEquatable<ExplicitContentDetectionConfig>, IDeepCloneable<ExplicitContentDetectionConfig>, IBufferMessage, IMessageConfig for EXPLICIT_CONTENT_DETECTION.
Implements
IMessage<ExplicitContentDetectionConfig>, IEquatable<ExplicitContentDetectionConfig>, IDeepCloneable<ExplicitContentDetectionConfig>, 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 |
|