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

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

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

Float range type.

Inheritance

object > FloatRange

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

FloatRange()

public FloatRange()

FloatRange(FloatRange)

public FloatRange(FloatRange other)
Parameter
Name Description
other FloatRange

Properties

End

public float End { get; set; }

End of the float range.

Property Value
Type Description
float

HasEnd

public bool HasEnd { get; }

Gets whether the "end" field is set

Property Value
Type Description
bool

HasStart

public bool HasStart { get; }

Gets whether the "start" field is set

Property Value
Type Description
bool

Start

public float Start { get; set; }

Start of the float range.

Property Value
Type Description
float