public sealed class IntRange : IMessage<IntRange>, IEquatable<IntRange>, IDeepCloneable<IntRange>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class IntRange.
Integer range type.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
IntRange()
public IntRange()IntRange(IntRange)
public IntRange(IntRange other)| Parameter | |
|---|---|
| Name | Description |
other |
IntRange |
Properties
End
public long End { get; set; }End of the int range.
| Property Value | |
|---|---|
| Type | Description |
long |
|
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 long Start { get; set; }Start of the int range.
| Property Value | |
|---|---|
| Type | Description |
long |
|