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

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

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

Integer range type.

Inheritance

object > IntRange

Namespace

Google.Cloud.VisionAI.V1

Assembly

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