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-04-09 UTC."],[[["This webpage details the `FaceDetectionConfig` class, which is used for configuring face detection in video analysis within the Google Cloud Video Intelligence V1 library."],["The `FaceDetectionConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with Google Protobuf."],["There are multiple versions of the `FaceDetectionConfig` available, with the latest version being 3.4.0 and going as far back as version 2.2.0."],["The class has properties like `IncludeAttributes` and `IncludeBoundingBoxes` to control whether face attributes and bounding boxes are included in the detection output, and also allows the user to select a `Model` type."],["There are two constructors available for the `FaceDetectionConfig` class: a default constructor and one that takes another `FaceDetectionConfig` object as a parameter."]]],[]]