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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET