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."],[[["The `PersonDetectionAnnotation` class in the Google Cloud Video Intelligence v1 API is used for detecting and annotating people within videos."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the Google Protobuf ecosystem."],["The `PersonDetectionAnnotation` class provides properties like `Tracks`, which is a `RepeatedField` of `Track` objects representing detected people, and `Version`, a string indicating the feature version."],["The latest version available is 3.4.0, with the current documentation being for version 3.2.0, and previous versions are available as well, including versions 3.3.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0."]]],[]]