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 document provides reference documentation for the `PersonDetectionConfig` class within the Google Cloud Video Intelligence v1 API, specifically version 3.2.0, and shows its relationship to different versions."],["`PersonDetectionConfig` is a class used to configure person detection in videos, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `IncludeAttributes`, `IncludeBoundingBoxes`, and `IncludePoseLandmarks`, which control the detection of person attributes, bounding boxes, and pose landmarks, respectively."],["There are multiple versions of the `PersonDetectionConfig` available, ranging from version 2.2.0 up to the latest version, 3.4.0, and can be found by clicking their respective links."],["The class includes two constructors, a parameterless one and one that accepts another instance of the `PersonDetectionConfig` class."]]],[]]