ModelsResult 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
ModelsResult() |
Initializes a new instance of the ModelsResult class. |
ModelsResult(IList<ModelResult>) |
Initializes a new instance of the ModelsResult class. |
ModelsResult()
Initializes a new instance of the ModelsResult class.
public ModelsResult ();
Public Sub New ()
Applies to
ModelsResult(IList<ModelResult>)
Initializes a new instance of the ModelsResult class.
public ModelsResult (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ModelResult> modelsProperty = default);
new Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ModelsResult : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ModelResult> -> Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ModelsResult
Public Sub New (Optional modelsProperty As IList(Of ModelResult) = Nothing)
Parameters
- modelsProperty
- IList<ModelResult>
Collection of models.
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