@uploadcare/rest-client
    Preparing search index...

    Type Alias SearchFilesHighlight

    Matched tokens, wrapped in <em>, for fields that matched a full-text condition. Field names arrive camelized like the rest of a response, while the keys inside metadata are yours and are left alone.

    type SearchFilesHighlight = {
        detectedMimeType?: string[];
        metadata?: Metadata;
        originalFilename?: string[];
    }
    Index

    Properties

    detectedMimeType?: string[]
    metadata?: Metadata

    Matched tokens per metadata key.

    originalFilename?: string[]