Google Cloud Video Intelligence v1 API - Class ExplicitContentDetectionConfig (3.3.0)

public sealed class ExplicitContentDetectionConfig : IMessage<ExplicitContentDetectionConfig>, IEquatable<ExplicitContentDetectionConfig>, IDeepCloneable<ExplicitContentDetectionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class ExplicitContentDetectionConfig.

Config for EXPLICIT_CONTENT_DETECTION.

Inheritance

object > ExplicitContentDetectionConfig

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

ExplicitContentDetectionConfig()

public ExplicitContentDetectionConfig()

ExplicitContentDetectionConfig(ExplicitContentDetectionConfig)

public ExplicitContentDetectionConfig(ExplicitContentDetectionConfig other)
Parameter
NameDescription
otherExplicitContentDetectionConfig

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
TypeDescription
string