Note: this is only enabled for organizations enrolled in the Property Insights graph extension
- type RoomClassification {
- # The confidence of this room classification.
- : Float
- # 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!]
- : ID!
- # A short label describing the room. e.g. Bedroom, Kitchen, etc.
- : String!
- }