Class ValidationResult
- Namespace
- AiDotNet.Postprocessing.Document
- Assembly
- AiDotNet.dll
Result of document schema validation.
public class ValidationResult
- Inheritance
-
ValidationResult
- Inherited Members
Properties
Errors
Validation errors.
public IList<string> Errors { get; set; }
Property Value
IsValid
Whether the data is valid.
public bool IsValid { get; set; }
Property Value
Warnings
Validation warnings.
public IList<string> Warnings { get; set; }