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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET