BatchLabelExample Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
BatchLabelExample() | |
BatchLabelExample(LabelExampleResponse, Nullable<Boolean>, OperationStatus) |
BatchLabelExample()
- Origem:
- BatchLabelExample.cs
- Origem:
- BatchLabelExample.cs
public BatchLabelExample ();
Public Sub New ()
Aplica-se a
BatchLabelExample(LabelExampleResponse, Nullable<Boolean>, OperationStatus)
- Origem:
- BatchLabelExample.cs
- Origem:
- BatchLabelExample.cs
public BatchLabelExample (Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse value = default, bool? hasError = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus error = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.BatchLabelExample : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse * Nullable<bool> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.BatchLabelExample
Public Sub New (Optional value As LabelExampleResponse = Nothing, Optional hasError As Nullable(Of Boolean) = Nothing, Optional error As OperationStatus = Nothing)
Parâmetros
- value
- LabelExampleResponse
- error
- OperationStatus
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET