Google Cloud Video Intelligence v1 API - Class DetectedAttribute (3.1.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
NameDescription
otherDetectedAttribute

Properties

Confidence

public float Confidence { get; set; }

Detected attribute confidence. Range [0, 1].

Property Value
TypeDescription
Single

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