Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Partition::SpatialPartition.
Partition of asset in space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#x_max
def x_max() -> ::Integer
Returns
- (::Integer) — The maximum x coordinate value.
#x_max=
def x_max=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum x coordinate value.
Returns
- (::Integer) — The maximum x coordinate value.
#x_min
def x_min() -> ::Integer
Returns
- (::Integer) — The minimum x coordinate value.
#x_min=
def x_min=(value) -> ::Integer
Parameter
- value (::Integer) — The minimum x coordinate value.
Returns
- (::Integer) — The minimum x coordinate value.
#y_max
def y_max() -> ::Integer
Returns
- (::Integer) — The maximum y coordinate value.
#y_max=
def y_max=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum y coordinate value.
Returns
- (::Integer) — The maximum y coordinate value.
#y_min
def y_min() -> ::Integer
Returns
- (::Integer) — The minimum y coordinate value.
#y_min=
def y_min=(value) -> ::Integer
Parameter
- value (::Integer) — The minimum y coordinate value.
Returns
- (::Integer) — The minimum y coordinate value.