JSONEntity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JSONEntity() | |
JSONEntity(Int32, Int32, String, String) | |
JSONEntity(Int32, Int32, String, String, IList<JSONEntity>) |
JSONEntity()
JSONEntity(Int32, Int32, String, String)
- ソース:
- JSONEntity.cs
public JSONEntity (int startPos, int endPos, string entity, string role = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity : int * int * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity
Public Sub New (startPos As Integer, endPos As Integer, entity As String, Optional role As String = Nothing)
パラメーター
- startPos
- Int32
- endPos
- Int32
- entity
- String
- role
- String
適用対象
JSONEntity(Int32, Int32, String, String, IList<JSONEntity>)
- ソース:
- JSONEntity.cs
public JSONEntity (int startPos, int endPos, string entity, string role = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity> children = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity : int * int * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity
Public Sub New (startPos As Integer, endPos As Integer, entity As String, Optional role As String = Nothing, Optional children As IList(Of JSONEntity) = Nothing)
パラメーター
- startPos
- Int32
- endPos
- Int32
- entity
- String
- role
- String
- children
- IList<JSONEntity>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET