Class GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |