TextRecognitionResult.SummaryErrorMessage

TextRecognitionResult.SummaryErrorMessage property

A consolidated error message if OverallSuccess is false, or a summary if any page failed. Null if OverallSuccess is true.

public string SummaryErrorMessage { get; set; }

See Also