public sealed class FaceDetectionAnnotation : IMessage<FaceDetectionAnnotation>, IEquatable<FaceDetectionAnnotation>, IDeepCloneable<FaceDetectionAnnotation>, 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-03-21 UTC."],[[["This document outlines the `FaceDetectionAnnotation` class within the `Google.Cloud.VideoIntelligence.V1` namespace, specifically version 2.3.0, used for face detection in video analysis."],["The `FaceDetectionAnnotation` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another to create a `FaceDetectionAnnotation` from an existing `FaceDetectionAnnotation` instance."],["Key properties of the `FaceDetectionAnnotation` class include `Thumbnail`, which stores a `ByteString` representing the face thumbnail, `Tracks`, which contains a list of `Track` objects that provides data about the face's attributes, and a `Version` property."],["The latest version of the API mentioned is 3.4.0, and previous versions (3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0 and 2.2.0) are also available for reference."]]],[]]