Google Cloud Video Intelligence v1 API - Class FaceDetectionConfig (3.3.0)

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

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class FaceDetectionConfig.

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
NameDescription
otherFaceDetectionConfig

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
TypeDescription
bool

IncludeBoundingBoxes

public bool IncludeBoundingBoxes { get; set; }

Whether bounding boxes are included in the face annotation output.

Property Value
TypeDescription
bool

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
TypeDescription
string