次の方法で共有


TrainResult.Errors プロパティ

定義

トレーニング操作中に返されるエラーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象