public sealed class Partition.Types.SpatialPartition : IMessage<Partition.Types.SpatialPartition>, IEquatable<Partition.Types.SpatialPartition>, IDeepCloneable<Partition.Types.SpatialPartition>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Partition.Types.SpatialPartition.
Partition of asset in space.
Implements
IMessagePartitionTypesSpatialPartition, IEquatablePartitionTypesSpatialPartition, IDeepCloneablePartitionTypesSpatialPartition, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|