EntityPrediction Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EntityPrediction() | |
EntityPrediction(String, Int32, Int32, String) | |
EntityPrediction(String, Int32, Int32, String, IList<EntityPrediction>) |
EntityPrediction()
- Quelle:
- EntityPrediction.cs
- Quelle:
- EntityPrediction.cs
public EntityPrediction();
Public Sub New ()
Gilt für:
EntityPrediction(String, Int32, Int32, String)
- Quelle:
- 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)
Parameter
- entityName
- String
- startTokenIndex
- Int32
- endTokenIndex
- Int32
- phrase
- String
Gilt für:
EntityPrediction(String, Int32, Int32, String, IList<EntityPrediction>)
- Quelle:
- 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)
Parameter
- entityName
- String
- startTokenIndex
- Int32
- endTokenIndex
- Int32
- phrase
- String
- children
- IList<EntityPrediction>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET