LabeledUtterance コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
LabeledUtterance()
LabeledUtterance(Nullable<Int32>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
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)
パラメーター
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- IList<EntityPrediction>
適用対象
LabeledUtterance(Nullable<Int64>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
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)
パラメーター
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- IList<EntityPrediction>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET