imageryQuality property

String? imageryQuality
getter/setter pair

The quality of the imagery used to compute the data for this building. Possible string values are:

  • "IMAGERY_QUALITY_UNSPECIFIED" : No quality is known.
  • "HIGH" : The underlying imagery and DSM data were processed at 0.1 m/pixel.
  • "MEDIUM" : The underlying imagery and DSM data were processed at 0.25 m/pixel.
  • "LOW" : The underlying imagery and DSM data were processed at 0.5 m/pixel.

Implementation

core.String? imageryQuality;