RoomClassification

open_in_new

@beta This is part of the Property Insights Beta

GraphQL Schema definition

  • type RoomClassification {
  • id: ID!
  • # A short label describing the room. e.g. Bedroom, Kitchen, etc.
  • label: 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
  • defaultKeywords: [String!]
  • # The confidence of this room classification.
  • confidence: Float
  • }