React Native Firebase
    Preparing search index...

    Interface GenerativeContentBlob

    Interface for sending an image.

    interface GenerativeContentBlob {
        data: string;
        mimeType: string;
    }
    Index

    Properties

    Properties

    data: string

    Image as a base64 string.

    mimeType: string