public sealed class PersonDetectionConfig : IMessage<PersonDetectionConfig>, IEquatable<PersonDetectionConfig>, IDeepCloneable<PersonDetectionConfig>, IBufferMessage, IMessage
Config for PERSON_DETECTION.
Implements
IMessage<PersonDetectionConfig>, IEquatable<PersonDetectionConfig>, IDeepCloneable<PersonDetectionConfig>, 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 |
Boolean |
IncludeBoundingBoxes
public bool IncludeBoundingBoxes { get; set; }
Whether bounding boxes are included in the person detection annotation output.
Property Value | |
---|---|
Type | Description |
Boolean |
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 |
Boolean |