Vision AI v1 API - Class Partition.Types.SpatialPartition (1.0.0-beta01)

public sealed class Partition.Types.SpatialPartition : IMessage<Partition.Types.SpatialPartition>, IEquatable<Partition.Types.SpatialPartition>, IDeepCloneable<Partition.Types.SpatialPartition>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class Partition.Types.SpatialPartition.

Partition of asset in space.

Inheritance

object > Partition.Types.SpatialPartition

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

SpatialPartition()

public SpatialPartition()

SpatialPartition(SpatialPartition)

public SpatialPartition(Partition.Types.SpatialPartition other)
Parameter
Name Description
other PartitionTypesSpatialPartition

Properties

HasXMax

public bool HasXMax { get; }

Gets whether the "x_max" field is set

Property Value
Type Description
bool

HasXMin

public bool HasXMin { get; }

Gets whether the "x_min" field is set

Property Value
Type Description
bool

HasYMax

public bool HasYMax { get; }

Gets whether the "y_max" field is set

Property Value
Type Description
bool

HasYMin

public bool HasYMin { get; }

Gets whether the "y_min" field is set

Property Value
Type Description
bool

XMax

public long XMax { get; set; }

The maximum x coordinate value.

Property Value
Type Description
long

XMin

public long XMin { get; set; }

The minimum x coordinate value.

Property Value
Type Description
long

YMax

public long YMax { get; set; }

The maximum y coordinate value.

Property Value
Type Description
long

YMin

public long YMin { get; set; }

The minimum y coordinate value.

Property Value
Type Description
long