EntitiesResult.Entities プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="entities")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.EntityRecord> Entities { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="entities")>]
member this.Entities : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.EntityRecord>
Public ReadOnly Property Entities As IList(Of EntityRecord)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象