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