Class FaceDetectionConfig (2.2.0)

 public sealed class FaceDetectionConfig : IMessage<FaceDetectionConfig>, IEquatable<FaceDetectionConfig>, IDeepCloneable<FaceDetectionConfig>, IBufferMessage, IMessage 

Config for FACE_DETECTION.

Inheritance

Object > FaceDetectionConfig

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

FaceDetectionConfig()

 public FaceDetectionConfig() 

FaceDetectionConfig(FaceDetectionConfig)

 public FaceDetectionConfig(FaceDetectionConfig other) 
Parameter
Name
Description

Properties

IncludeAttributes

 public bool IncludeAttributes { get; set; } 

Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open etc. Ignored if 'include_bounding_boxes' is set to false.

Property Value
Type
Description

IncludeBoundingBoxes

 public bool IncludeBoundingBoxes { get; set; } 

Whether bounding boxes are included in the face annotation output.

Property Value
Type
Description

Model

 public string Model { get; set; } 

Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Property Value
Type
Description