blurDegree property

  1. @JsonKey(name: 'blur_degree')
VirtualBackgroundBlurDegree blurDegree
getter/setter pair

The degree of blurring applied to the custom background image. See VirtualBackgroundBlurDegree . This parameter takes effect only when the type of the custom background image is BACKGROUND_BLUR.

Implementation

@JsonKey(name: 'blur_degree')
VirtualBackgroundBlurDegree blurDegree;