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."],[[["The latest version available for `PersonDetectionConfig` is 3.4.0, with other listed versions including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0."],["`PersonDetectionConfig` is a class designed for configuring person detection within videos, inheriting from `Object` and implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `PersonDetectionConfig` has constructors that can create a new instance or a copy of another `PersonDetectionConfig`."],["There are properties that are available to the `PersonDetectionConfig` that allow the user to include bounding boxes, attributes, and pose landmarks in person detection, respectively through the use of `IncludeBoundingBoxes`, `IncludeAttributes`, and `IncludePoseLandmarks`."]]],[]]