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

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

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

Config for SHOT_CHANGE_DETECTION.

Inheritance

object > ShotChangeDetectionConfig

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

ShotChangeDetectionConfig()

public ShotChangeDetectionConfig()

ShotChangeDetectionConfig(ShotChangeDetectionConfig)

public ShotChangeDetectionConfig(ShotChangeDetectionConfig other)
Parameter
NameDescription
otherShotChangeDetectionConfig

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