Search Results for

    Show / Hide Table of Contents

    Enum CodeCandidate.MethodEnum

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

    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum CodeCandidate.MethodEnum

    Fields

    Name Description
    AUTO

    Enum AUTO for value: AUTO

    LLM

    Enum LLM for value: LLM

    OCR

    Enum OCR for value: OCR

    OCRTHENLLM

    Enum OCRTHENLLM for value: OCR_THEN_LLM

    PATTERN

    Enum PATTERN for value: PATTERN

    • View Source
    In this article
    Back to top See MailSlurp website for more information.