React Native Firebase
    Preparing search index...

    Interface ImagenGCSImageBeta

    An image generated by Imagen, stored in a Cloud Storage for Firebase bucket.

    This feature is not available yet.

    interface ImagenGCSImage {
        gcsURI: string;
        mimeType: string;
    }
    Index

    Properties

    Properties

    gcsURI: string

    The URI of the file stored in a Cloud Storage for Firebase bucket.

    `"gs://bucket-name/path/sample_0.jpg"`.
    
    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.