Class: Google::Cloud::VisionAI::V1::Partition::SpatialPartition
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Partition::SpatialPartition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Partition of asset in space.
Instance Attribute Summary collapse
-
#x_max ⇒ ::Integer
The maximum x coordinate value.
-
#x_min ⇒ ::Integer
The minimum x coordinate value.
-
#y_max ⇒ ::Integer
The maximum y coordinate value.
-
#y_min ⇒ ::Integer
The minimum y coordinate value.
Instance Attribute Details
#x_max ⇒ ::Integer
Returns The maximum x coordinate value.
3080 3081 3082 3083 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 3080 class SpatialPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#x_min ⇒ ::Integer
Returns The minimum x coordinate value.
3080 3081 3082 3083 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 3080 class SpatialPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#y_max ⇒ ::Integer
Returns The maximum y coordinate value.
3080 3081 3082 3083 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 3080 class SpatialPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#y_min ⇒ ::Integer
Returns The minimum y coordinate value.
3080 3081 3082 3083 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 3080 class SpatialPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |