LabeledUtterance 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
LabeledUtterance()
- Quelle:
- LabeledUtterance.cs
- Quelle:
- LabeledUtterance.cs
public LabeledUtterance ();
Public Sub New ()
Gilt für:
LabeledUtterance(Nullable<Int32>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
- Quelle:
- LabeledUtterance.cs
public LabeledUtterance (int? id = default, string text = default, System.Collections.Generic.IList<string> tokenizedText = default, string intentLabel = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> entityLabels = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> intentPredictions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> entityPredictions = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance : Nullable<int> * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional text As String = Nothing, Optional tokenizedText As IList(Of String) = Nothing, Optional intentLabel As String = Nothing, Optional entityLabels As IList(Of EntityLabel) = Nothing, Optional intentPredictions As IList(Of IntentPrediction) = Nothing, Optional entityPredictions As IList(Of EntityPrediction) = Nothing)
Parameter
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- IList<EntityPrediction>
Gilt für:
LabeledUtterance(Nullable<Int64>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
- Quelle:
- LabeledUtterance.cs
public LabeledUtterance (long? id = default, string text = default, System.Collections.Generic.IList<string> tokenizedText = default, string intentLabel = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> entityLabels = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> intentPredictions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> entityPredictions = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance : Nullable<int64> * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance
Public Sub New (Optional id As Nullable(Of Long) = Nothing, Optional text As String = Nothing, Optional tokenizedText As IList(Of String) = Nothing, Optional intentLabel As String = Nothing, Optional entityLabels As IList(Of EntityLabel) = Nothing, Optional intentPredictions As IList(Of IntentPrediction) = Nothing, Optional entityPredictions As IList(Of EntityPrediction) = Nothing)
Parameter
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- 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