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.
Config for PERSON_DETECTION.
Implements
IMessagePersonDetectionConfig, IEquatablePersonDetectionConfig, IDeepCloneablePersonDetectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
PersonDetectionConfig()
public PersonDetectionConfig()
PersonDetectionConfig(PersonDetectionConfig)
public PersonDetectionConfig(PersonDetectionConfig other)
Parameter | |
---|---|
Name | Description |
other |
PersonDetectionConfig |
Properties
IncludeAttributes
public bool IncludeAttributes { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
IncludeBoundingBoxes
public bool IncludeBoundingBoxes { get; set; }
Whether bounding boxes are included in the person detection annotation output.
Property Value | |
---|---|
Type | Description |
bool |
IncludePoseLandmarks
public bool IncludePoseLandmarks { get; set; }
Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.
Property Value | |
---|---|
Type | Description |
bool |