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-17 UTC."],[[["This webpage provides documentation for the `FaceDetectionConfig` class within the Google Cloud Video Intelligence v1 API."],["The `FaceDetectionConfig` class is used to configure face detection settings, such as including attributes and bounding boxes, in video analysis."],["The latest version of `FaceDetectionConfig` is 3.4.0, with previous versions available, down to version 2.2.0."],["Key properties of the `FaceDetectionConfig` class include `IncludeAttributes`, `IncludeBoundingBoxes`, and `Model`, each with specific functions in face detection."],["The `FaceDetectionConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the .NET object class."]]],[]]