React Native Firebase
    Preparing search index...

    Represents token counting info for a single modality.

    interface ModalityTokenCount {
        modality: Modality;
        tokenCount: number;
    }
    Index

    Properties

    Properties

    modality: Modality

    The modality associated with this token count.

    tokenCount: number

    The number of tokens counted.