public sealed class PersonDetectionConfig : IMessage<PersonDetectionConfig>, IEquatable<PersonDetectionConfig>, IDeepCloneable<PersonDetectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class PersonDetectionConfig.
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 provides reference documentation for the `PersonDetectionConfig` class within the Google Cloud Video Intelligence v1 API, specifically focusing on version 3.1.0."],["The `PersonDetectionConfig` class is used to configure person detection within video analysis, including options for attributes, bounding boxes, and pose landmarks."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["Key properties of `PersonDetectionConfig` include `IncludeAttributes`, `IncludeBoundingBoxes`, and `IncludePoseLandmarks`, which are boolean flags to control the level of detail in person detection."],["The document also lists several previous versions of the `PersonDetectionConfig` class that are available."]]],[]]