Class GoogleCloudVideointelligenceV1p3beta1PersonDetectionConfig
Config for PERSON_DETECTION.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p3beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p3beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1PersonDetectionConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeAttributes
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.
Declaration
[JsonProperty("includeAttributes")]
public virtual bool? IncludeAttributes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeBoundingBoxes
Whether bounding boxes are included in the person detection annotation output.
Declaration
[JsonProperty("includeBoundingBoxes")]
public virtual bool? IncludeBoundingBoxes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludePoseLandmarks
Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.
Declaration
[JsonProperty("includePoseLandmarks")]
public virtual bool? IncludePoseLandmarks { get; set; }
Property Value
Type | Description |
---|---|
bool? |