EntityLabel 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
EntityLabel() | |
EntityLabel(String, Int32, Int32, String, String) | |
EntityLabel(String, Int32, Int32, String, Nullable<Guid>, IList<EntityLabel>) |
EntityLabel()
EntityLabel(String, Int32, Int32, String, String)
- Source:
- 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)
Parameters
- entityName
- String
- startTokenIndex
- Int32
- endTokenIndex
- Int32
- role
- String
- roleId
- String
Applies to
EntityLabel(String, Int32, Int32, String, Nullable<Guid>, IList<EntityLabel>)
- Source:
- 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)
Parameters
- entityName
- String
- startTokenIndex
- Int32
- endTokenIndex
- Int32
- role
- String
- children
- IList<EntityLabel>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET