public sealed class ShotChangeDetectionConfig : IMessage<ShotChangeDetectionConfig>, IEquatable<ShotChangeDetectionConfig>, IDeepCloneable<ShotChangeDetectionConfig>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ShotChangeDetectionConfig` class is designed for configuring shot change detection in videos and is currently documented in version 2.2.0."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It offers two constructors: a default constructor and a copy constructor that accepts another `ShotChangeDetectionConfig` object as a parameter."],["It includes a `Model` property that allows users to specify the shot change detection model, which supports \"builtin/stable\" and \"builtin/latest\" values."],["The latest version of the documentation for this class is 3.4.0."]]],[]]