ExampleLabelObject 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
ExampleLabelObject() | |
ExampleLabelObject(String, IList<EntityLabelObject>, String) |
ExampleLabelObject()
- Origem:
- ExampleLabelObject.cs
- Origem:
- ExampleLabelObject.cs
public ExampleLabelObject ();
Public Sub New ()
Aplica-se a
ExampleLabelObject(String, IList<EntityLabelObject>, String)
- Origem:
- ExampleLabelObject.cs
- Origem:
- ExampleLabelObject.cs
public ExampleLabelObject (string text = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabelObject> entityLabels = default, string intentName = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExampleLabelObject : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabelObject> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExampleLabelObject
Public Sub New (Optional text As String = Nothing, Optional entityLabels As IList(Of EntityLabelObject) = Nothing, Optional intentName As String = Nothing)
Parâmetros
- text
- String
- entityLabels
- IList<EntityLabelObject>
- intentName
- String
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