6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
export enum AardUncertainReason {
|
|
InsufficientEdgeDetectionQuality = 1,
|
|
LetterboxNotCenteredEnough = 2,
|
|
TopAndBottomRowMismatch = 3,
|
|
}
|