Class GoogleCloudVideointelligenceV1p3beta1ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p3beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p3beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1ShotChangeDetectionConfig : 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 shot change detection. Supported values: "builtin/stable" (the default if unset), "builtin/latest", and "builtin/legacy".
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |