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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.