RGex Builder Platform - v1.2.0
    Preparing search index...

    Interface TextExtractionResult

    interface TextExtractionResult {
        success: boolean;
        pattern?: RegExp;
        description?: string;
        confidence: number;
        suggestions?: string[];
        error?: string;
    }
    Index

    Properties

    success: boolean
    pattern?: RegExp
    description?: string
    confidence: number
    suggestions?: string[]
    error?: string