Google Cloud Video Intelligence v1 API - Class DetectedAttribute (3.4.0)

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

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

A generic detected attribute represented by name in string format.

Inheritance

object > DetectedAttribute

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

DetectedAttribute()

public DetectedAttribute()

DetectedAttribute(DetectedAttribute)

public DetectedAttribute(DetectedAttribute other)
Parameter
Name Description
other DetectedAttribute

Properties

Confidence

public float Confidence { get; set; }

Detected attribute confidence. Range [0, 1].

Property Value
Type Description
float

Name

public string Name { get; set; }

The name of the attribute, for example, glasses, dark_glasses, mouth_open. A full list of supported type names will be provided in the document.

Property Value
Type Description
string

Value

public string Value { get; set; }

Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.

Property Value
Type Description
string