次の方法で共有


OcrLine.Words プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="words")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrWord> Words { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="words")>]
member this.Words : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrWord> with get, set
Public Property Words As IList(Of OcrWord)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象