次の方法で共有


EntityPrediction コンストラクター

定義

オーバーロード

EntityPrediction()
EntityPrediction(String, Int32, Int32, String)
EntityPrediction(String, Int32, Int32, String, IList<EntityPrediction>)

EntityPrediction()

ソース:
EntityPrediction.cs
ソース:
EntityPrediction.cs
public EntityPrediction ();
Public Sub New ()

適用対象

EntityPrediction(String, Int32, Int32, String)

ソース:
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)

パラメーター

entityName
String
startTokenIndex
Int32
endTokenIndex
Int32
phrase
String

適用対象

EntityPrediction(String, Int32, Int32, String, IList<EntityPrediction>)

ソース:
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)

パラメーター

entityName
String
startTokenIndex
Int32
endTokenIndex
Int32
phrase
String

適用対象