Interface ExtractCodesResult

Result of extracting verification codes from message content

Export

Interface

ExtractCodesResult

Hierarchy

  • ExtractCodesResult

Properties

candidates: CodeCandidate[]

Ranked code candidates

Memberof

ExtractCodesResult

code?: string

Best candidate code when found

Memberof

ExtractCodesResult

found: boolean

True if at least one code candidate was found

Memberof

ExtractCodesResult

Extraction strategy for verification codes. Unsupported strategies may fall back when allowFallback is true.

Memberof

ExtractCodesResult

warnings: string[]

Warnings or fallback notes explaining extraction behavior for debugging and QA.

Memberof

ExtractCodesResult