Vision AI v1 API - Class AttributeValue (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class AttributeValue.

Represents an actual value of an operator attribute.

Inheritance

object > AttributeValue

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

AttributeValue()

public AttributeValue()

AttributeValue(AttributeValue)

public AttributeValue(AttributeValue other)
Parameter
Name Description
other AttributeValue

Properties

B

public bool B { get; set; }

bool.

Property Value
Type Description
bool

F

public float F { get; set; }

float.

Property Value
Type Description
float

HasB

public bool HasB { get; }

Gets whether the "b" field is set

Property Value
Type Description
bool

HasF

public bool HasF { get; }

Gets whether the "f" field is set

Property Value
Type Description
bool

HasI

public bool HasI { get; }

Gets whether the "i" field is set

Property Value
Type Description
bool

HasS

public bool HasS { get; }

Gets whether the "s" field is set

Property Value
Type Description
bool

I

public long I { get; set; }

int.

Property Value
Type Description
long

S

public ByteString S { get; set; }

string.

Property Value
Type Description
ByteString

ValueCase

public AttributeValue.ValueOneofCase ValueCase { get; }
Property Value
Type Description
AttributeValueValueOneofCase