KeysResult 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
KeysResult() |
Initializes a new instance of the KeysResult class. |
KeysResult(IDictionary<String,IList<String>>) |
Initializes a new instance of the KeysResult class. |
KeysResult()
Initializes a new instance of the KeysResult class.
public KeysResult ();
Public Sub New ()
Applies to
KeysResult(IDictionary<String,IList<String>>)
Initializes a new instance of the KeysResult class.
public KeysResult (System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> clusters = default);
new Microsoft.Azure.CognitiveServices.FormRecognizer.Models.KeysResult : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> -> Microsoft.Azure.CognitiveServices.FormRecognizer.Models.KeysResult
Public Sub New (Optional clusters As IDictionary(Of String, IList(Of String)) = Nothing)
Parameters
- clusters
- IDictionary<String,IList<String>>
Object mapping ClusterIds to Key lists.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET