Class GoogleCloudVideointelligenceV1FaceDetectionConfig
Config for FACE_DETECTION.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1.dll
Syntax
public class GoogleCloudVideointelligenceV1FaceDetectionConfig : IDirectResponseSchema
  Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
IncludeAttributes
Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open 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 face annotation output.
Declaration
[JsonProperty("includeBoundingBoxes")]
public virtual bool? IncludeBoundingBoxes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
Model
Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |