Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1beta2PersonDetectionConfig

Config for PERSON_DETECTION.

Inheritance
object
GoogleCloudVideointelligenceV1beta2PersonDetectionConfig
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 GoogleCloudVideointelligenceV1beta2PersonDetectionConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludeAttributes

Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, 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 person detection annotation output.

Declaration
[JsonProperty("includeBoundingBoxes")]
public virtual bool? IncludeBoundingBoxes { get; set; }
Property Value
Type Description
bool?

IncludePoseLandmarks

Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.

Declaration
[JsonProperty("includePoseLandmarks")]
public virtual bool? IncludePoseLandmarks { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX