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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET