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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET