public sealed class FaceDetectionConfig : IMessage<FaceDetectionConfig>, IEquatable<FaceDetectionConfig>, IDeepCloneable<FaceDetectionConfig>, IBufferMessage, IMessage
Config for FACE_DETECTION.
Implements
IMessage<FaceDetectionConfig>, IEquatable<FaceDetectionConfig>, IDeepCloneable<FaceDetectionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
FaceDetectionConfig()
public FaceDetectionConfig()
FaceDetectionConfig(FaceDetectionConfig)
public FaceDetectionConfig(FaceDetectionConfig other)
Parameter | |
---|---|
Name | Description |
other | FaceDetectionConfig |
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 |
Boolean |
IncludeBoundingBoxes
public bool IncludeBoundingBoxes { get; set; }
Whether bounding boxes are included in the face annotation output.
Property Value | |
---|---|
Type | Description |
Boolean |
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 |
String |