@willwade/aac-processors
    Preparing search index...

    Interface LLMLTranslationResult

    LLM translation result with symbol mappings

    interface LLMLTranslationResult {
        buttonId: string;
        symbols?: { image?: string; text: string }[];
        translatedLabel?: string;
        translatedMessage?: string;
    }
    Index

    Properties

    buttonId: string
    symbols?: { image?: string; text: string }[]
    translatedLabel?: string
    translatedMessage?: string