public sealed class FaceDetectionConfig : IMessage<FaceDetectionConfig>, IEquatable<FaceDetectionConfig>, IDeepCloneable<FaceDetectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class FaceDetectionConfig.
[[["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 documentation provides reference information for the `FaceDetectionConfig` class within the Google Cloud Video Intelligence v1 API, specifically version 3.2.0, and details the configuration for face detection in video analysis."],["The `FaceDetectionConfig` class, which inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offers customizable settings for face detection tasks."],["The class offers properties like `IncludeAttributes` and `IncludeBoundingBoxes` to enable or disable face attribute detection and bounding box inclusion in the output, respectively."],["The `Model` property allows users to select between `\"builtin/stable\"` and `\"builtin/latest\"` to define the model to be used for face detection in the API."],["There are multiple versions of the API available for selection, with 3.4.0 being the most recent version available."]]],[]]