Class: Google::Cloud::VisionAI::V1::Partition::SpatialPartition

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#x_max::Integer

Returns The maximum x coordinate value.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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