ModelSearchPanos

open_in_new

Search summary information about all the panoramic images in the model.

GraphQL Schema definition

  • type ModelSearchPanos {
  • # The total number of panos in the model.
  • count: Int!
  • # The union of all the formats of panoramic images in the model.
  • # Each unique format will appear once.
  • formats: [String!]
  • # The union of all the resolutions of panoramic images in the model.
  • # Each unique resolutions will appear once.
  • resolutions: [String!]
  • }