Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1beta2FaceDetectionConfig

Config for FACE_DETECTION.

Inheritance
object
GoogleCloudVideointelligenceV1beta2FaceDetectionConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1beta2FaceDetectionConfig : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX