LabeledUtterance Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LabeledUtterance()
- Source:
- LabeledUtterance.cs
- Source:
- LabeledUtterance.cs
public LabeledUtterance ();
Public Sub New ()
S’applique à
LabeledUtterance(Nullable<Int32>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
- Source:
- 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)
Paramètres
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- IList<EntityPrediction>
S’applique à
LabeledUtterance(Nullable<Int64>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
- Source:
- 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)
Paramètres
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- IList<EntityPrediction>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET