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."],[[["The `FaceDetectionConfig` class in the Google Cloud Video Intelligence v1 API provides configuration options for face detection in videos."],["This class allows you to specify whether to include bounding boxes and face attributes in the face annotation output."],["You can select the model used for face detection, with options including \"builtin/stable\" (default) and \"builtin/latest\"."],["The documentation offers access to prior versions of the API, going as far back as 2.2.0, and with the current latest version being 3.4.0."],["The `FaceDetectionConfig` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers system."]]],[]]