public sealed class AttributeValue : IMessage<AttributeValue>, IEquatable<AttributeValue>, IDeepCloneable<AttributeValue>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AttributeValue.
Represents an actual value of an operator attribute.
Implements
IMessageAttributeValue, IEquatableAttributeValue, IDeepCloneableAttributeValue, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|