BlurType type

Defines values for BlurType.
KnownBlurType can be used interchangeably with BlurType, this enum contains the known values that the service supports.

Known values supported by the service

Box: Box: debug filter, bounding box only
Low: Low: box-car blur filter
Med: Med: Gaussian blur filter
High: High: Confuse blur filter
Black: Black: Black out filter

type BlurType = string