CustomFormModel.Errors Property

Definition

A list of errors occurred during the training operation.

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormRecognizerError> Errors { get; }
member this.Errors : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormRecognizerError>
Public ReadOnly Property Errors As IReadOnlyList(Of FormRecognizerError)

Property Value

Applies to