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

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

Inheritance

object > BoolValue

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

BoolValue()

public BoolValue()

BoolValue(BoolValue)

public BoolValue(BoolValue other)
Parameter
Name Description
other BoolValue

Properties

Value

public bool Value { get; set; }
Property Value
Type Description
bool