Blur Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Blur() |
Initializes a new instance of the Blur class. |
Blur(BlurLevel, Double) |
Initializes a new instance of the Blur class. |
Blur()
- Source:
- Blur.cs
Initializes a new instance of the Blur class.
public Blur ();
Public Sub New ()
Applies to
Blur(BlurLevel, Double)
- Source:
- Blur.cs
Initializes a new instance of the Blur class.
public Blur (Microsoft.Azure.CognitiveServices.Vision.Face.Models.BlurLevel blurLevel = Microsoft.Azure.CognitiveServices.Vision.Face.Models.BlurLevel.Low, double value = 0);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.Blur : Microsoft.Azure.CognitiveServices.Vision.Face.Models.BlurLevel * double -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.Blur
Public Sub New (Optional blurLevel As BlurLevel = Microsoft.Azure.CognitiveServices.Vision.Face.Models.BlurLevel.Low, Optional value As Double = 0)
Parameters
- blurLevel
- BlurLevel
An enum value indicating level of blurriness. Possible values include: 'Low', 'Medium', 'High'
- value
- Double
A number indicating level of blurriness ranging from 0 to 1.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET