public sealed class PersonDetectionConfig : IMessage<PersonDetectionConfig>, IEquatable<PersonDetectionConfig>, IDeepCloneable<PersonDetectionConfig>, IBufferMessage, IMessage
Whether to enable person attributes detection, such as cloth color (black,
blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair,
etc.
Ignored if 'include_bounding_boxes' is set to false.
[[["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 webpage details the `PersonDetectionConfig` class within the `Google.Cloud.VideoIntelligence.V1` namespace, used for configuring person detection in videos."],["The `PersonDetectionConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class provides three key properties that are `IncludeAttributes`, `IncludeBoundingBoxes`, and `IncludePoseLandmarks` which, all boolean values, allow users to determine the type of person detection data to include in their output."],["The page lists available versions of `PersonDetectionConfig` ranging from 2.2.0 to the latest version 3.4.0, with the current documentation focusing on version 3.0.0."]]],[]]