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-03-21 UTC."],[[["This webpage provides documentation for the `FaceDetectionConfig` class within the Google Cloud Video Intelligence v1 API."],["`FaceDetectionConfig` is a class used to configure face detection settings for video analysis, and has versions ranging from 2.2.0 to the latest 3.4.0."],["The `FaceDetectionConfig` class allows users to define parameters for detecting face attributes and bounding boxes within videos."],["It implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has different parameters, such as, `IncludeAttributes`, `IncludeBoundingBoxes`, and `Model` that the user can configure."],["There are two constructors for creating `FaceDetectionConfig` objects: a default constructor and a constructor that accepts another `FaceDetectionConfig` object as a parameter."]]],[]]