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 documentation covers the `PersonDetectionAnnotation` class within the Google Cloud Video Intelligence v1 API, detailing its structure and functionality."],["The `PersonDetectionAnnotation` class is designed for per-video person detection, and it inherits from the base `object` class and implements multiple interfaces."],["The latest version documented for the `PersonDetectionAnnotation` class is 3.4.0, with previous versions available from 3.3.0 down to 2.2.0."],["Key properties of this class include `Tracks`, a `RepeatedField` of `Track` objects representing detected persons, and `Version`, a string indicating the feature version."],["The class includes a default constructor `PersonDetectionAnnotation()` and an overload `PersonDetectionAnnotation(PersonDetectionAnnotation other)` for cloning."]]],[]]