EntityPrediction 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
EntityPrediction() | |
EntityPrediction(String, Int32, Int32, String) | |
EntityPrediction(String, Int32, Int32, String, IList<EntityPrediction>) |
EntityPrediction()
- Source:
- EntityPrediction.cs
- Source:
- EntityPrediction.cs
public EntityPrediction ();
Public Sub New ()
Applies to
EntityPrediction(String, Int32, Int32, String)
- Source:
- EntityPrediction.cs
public EntityPrediction (string entityName, int startTokenIndex, int endTokenIndex, string phrase);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction : string * int * int * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction
Public Sub New (entityName As String, startTokenIndex As Integer, endTokenIndex As Integer, phrase As String)
Parameters
- entityName
- String
- startTokenIndex
- Int32
- endTokenIndex
- Int32
- phrase
- String
Applies to
EntityPrediction(String, Int32, Int32, String, IList<EntityPrediction>)
- Source:
- EntityPrediction.cs
public EntityPrediction (string entityName, int startTokenIndex, int endTokenIndex, string phrase, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> children = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction : string * int * int * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction
Public Sub New (entityName As String, startTokenIndex As Integer, endTokenIndex As Integer, phrase As String, Optional children As IList(Of EntityPrediction) = Nothing)
Parameters
- entityName
- String
- startTokenIndex
- Int32
- endTokenIndex
- Int32
- phrase
- String
- children
- IList<EntityPrediction>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET