blurDegree property

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

The degree of blurring applied to the custom background image:

  • VirtualBackgroundBlurDegree.Low: The degree of blurring applied to the custom background image is low. The user can almost see the background clearly.
  • VirtualBackgroundBlurDegree.Medium: The degree of blurring applied to the custom background image is medium. It is difficult for the user to recognize details in the background.
  • VirtualBackgroundBlurDegree.High: (Default) The degree of blurring applied to the custom background image is high. The user can barely see any distinguishing features in the background.

Note: This parameter takes effect only when the type of the custom background image is VirtualBackgroundSourceType.Blur.

Implementation

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