@beta This is part of the Property Insights Beta
Dimension estimates for rooms/floors/models part of Matterport Property Insights.
- type Dimensions {
- # The estimated area of the model/floor/room based on the measured room(s) bounded
- # region data.
- # Metric - sq meters
- # Imperial - sq feet
- Float :
- # The estimated area of the model/floor/room not counting outdoor space or
- # portions covered by walls.
- # Metric - sq meters
- # Imperial - sq feet
- Float :
- # The estimated depth of the room. Not available for floors or models.
- # Metric - meters
- # Imperial - feet
- Float :
- # Metadata pertaining to the depth measurement. Not available for floors or
- # models.
- DimensionData :
- # The estimated height of the room. Not available for floors or models.
- # Depth is the 2D vertical dimension of a room as visible on the Property Report
- # page.
- # Metric - meters
- # Imperial - feet
- Float :
- # The estimated width of the room. Not available for floors or models.
- # Width is the 2D vertical dimension of a room as visible on the Property Report
- # page.
- # Metric - meters
- # Imperial - feet
- Float :
- # Metadata pertaining to the width measurement. Not available for floors or
- # models.
- DimensionData :
- # The units the dimensions are in.
- Units! :
- # Not available for floors or models. A room's BoundedRegion's distance from the
- # ground plane.
- # The ground plane for the model has a Z height location of 0.0.
- # Metric - meters
- # Imperial - feet
- Float :
- }