public sealed class FloatRange : IMessage<FloatRange>, IEquatable<FloatRange>, IDeepCloneable<FloatRange>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class FloatRange.
Float range type.
Implements
IMessageFloatRange, IEquatableFloatRange, IDeepCloneableFloatRange, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|