React Native Firebase
    Preparing search index...

    Interface ImagenInlineImageBeta

    An image generated by Imagen, represented as inline data.

    interface ImagenInlineImage {
        bytesBase64Encoded: string;
        mimeType: string;
    }
    Index

    Properties

    bytesBase64Encoded: string

    The base64-encoded image data.

    mimeType: string

    The MIME type of the image; either "image/png" or "image/jpeg".

    To request a different format, set the imageFormat property in your ImagenGenerationConfig.