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