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