public sealed class FaceDetectionConfig : IMessage<FaceDetectionConfig>, IEquatable<FaceDetectionConfig>, IDeepCloneable<FaceDetectionConfig>, 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."],[[["This webpage details the `FaceDetectionConfig` class within the `Google.Cloud.VideoIntelligence.V1` namespace, specifically version 2.3.0."],["`FaceDetectionConfig` is designed for configuring face detection features in video analysis, inheriting from `Object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class allows for configuration through properties such as `IncludeAttributes` and `IncludeBoundingBoxes`, determining if attributes and bounding boxes are included in the face detection output."],["The `Model` property allows users to select the face detection model, with options including \"builtin/stable\" as the default and \"builtin/latest\"."],["The class also includes two constructors: a default constructor and a constructor that accepts another `FaceDetectionConfig` object."]]],[]]