@beta This is part of the Property Insights Beta
- type RoomClassification {
- ID! :
- # A short label describing the room. e.g. Bedroom, Kitchen, etc.
- String! :
- # The default keywords associated with this RoomClassification.
- #
- # Examples:
- # 'indoor' - this room contributes to indoor floor/model areas
- # 'outdoor' - this room contributes to outdoor floor/model areas
- # 'nonArea' - this room does not contribute to floor/model areas
- # 'hide' - this classification is not displayed on rooms of this type
- String!] : [
- # The confidence of this room classification.
- Float :
- }