public sealed class PersonDetectionAnnotation : IMessage<PersonDetectionAnnotation>, IEquatable<PersonDetectionAnnotation>, IDeepCloneable<PersonDetectionAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class PersonDetectionAnnotation.
[[["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 provides reference documentation for the `PersonDetectionAnnotation` class within the Google Cloud Video Intelligence v1 API, specifically for version 3.3.0."],["The `PersonDetectionAnnotation` class represents annotations of detected persons in a video and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default constructor and a constructor that takes another `PersonDetectionAnnotation` object as a parameter for cloning."],["Key properties of this class include `Tracks`, a `RepeatedField` containing `Track` objects representing the detected person tracks, and `Version`, a string indicating the feature version."],["The latest version for this class is 3.4.0."]]],[]]