ColorInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- dominantColorForeground
- String
- dominantColorBackground
- String
- accentColor
- String
- isBWImg
- Boolean
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET