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.3.0, with links to other versions of the API."],["The `PersonDetectionConfig` class is used to configure person detection features in video analysis, enabling the detection of person-specific attributes, bounding boxes, and pose landmarks."],["This class inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `PersonDetectionConfig` class has three main properties: `IncludeAttributes`, `IncludeBoundingBoxes`, and `IncludePoseLandmarks`, all of which are boolean and determine whether or not to enable the associated detection option."],["The document provides details on the constructors available for the `PersonDetectionConfig` class, along with information about the namespace and assembly where it resides."]]],[]]