ColorInfo 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
ColorInfo() | |
ColorInfo(String, String, IList<String>, String, Boolean) |
ColorInfo()
ColorInfo(String, String, IList<String>, String, Boolean)
- Source:
- ColorInfo.cs
public ColorInfo (string dominantColorForeground = default, string dominantColorBackground = default, System.Collections.Generic.IList<string> dominantColors = default, string accentColor = default, bool isBWImg = false);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ColorInfo : string * string * System.Collections.Generic.IList<string> * string * bool -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ColorInfo
Public Sub New (Optional dominantColorForeground As String = Nothing, Optional dominantColorBackground As String = Nothing, Optional dominantColors As IList(Of String) = Nothing, Optional accentColor As String = Nothing, Optional isBWImg As Boolean = false)
Parameters
- dominantColorForeground
- String
- dominantColorBackground
- String
- accentColor
- String
- isBWImg
- Boolean
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET