public sealed class PersonDetectionAnnotation : IMessage<PersonDetectionAnnotation>, IEquatable<PersonDetectionAnnotation>, IDeepCloneable<PersonDetectionAnnotation>, 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 describes the `PersonDetectionAnnotation` class within the `Google.Cloud.VideoIntelligence.V1` namespace, used for person detection in videos, and is available in version 3.0.0 of the Google Cloud Video Intelligence .NET library."],["The `PersonDetectionAnnotation` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various Protobuf functionalities."],["The class provides two constructors, a default one and another to copy a pre-existing `PersonDetectionAnnotation` object."],["It includes two main properties, `Tracks`, which is a `RepeatedField` of `Track` objects that contain detected tracks of a person, and `Version`, which is a string that describes the version of the feature."],["The document lists multiple versions of the `PersonDetectionAnnotation` class, with the most recent version being 3.4.0."]]],[]]