JSONEntity 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
JSONEntity() | |
JSONEntity(Int32, Int32, String, String) | |
JSONEntity(Int32, Int32, String, String, IList<JSONEntity>) |
JSONEntity()
JSONEntity(Int32, Int32, String, String)
- Quelle:
- 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)
Parameter
- startPos
- Int32
- endPos
- Int32
- entity
- String
- role
- String
Gilt für:
JSONEntity(Int32, Int32, String, String, IList<JSONEntity>)
- Quelle:
- 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)
Parameter
- startPos
- Int32
- endPos
- Int32
- entity
- String
- role
- String
- children
- IList<JSONEntity>
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