Firebase. AI. TemplateImagenModel
Represents a remote Imagen model with the ability to generate images using server template prompts.
Summary
Public functions |
|
|---|---|
GenerateImagesAsync(string templateId, IDictionary< string, object > inputs, CancellationToken cancellationToken)
|
async Task< ImagenGenerationResponse< ImagenInlineImage > >
Generates images using the Template Imagen model and returns them as inline data.
|
Public functions
GenerateImagesAsync
async Task< ImagenGenerationResponse< ImagenInlineImage > > GenerateImagesAsync( string templateId, IDictionary< string, object > inputs, CancellationToken cancellationToken )
Generates images using the Template Imagen model and returns them as inline data.
| Details | |||||||
|---|---|---|---|---|---|---|---|
| Parameters |
|
||||||
| Exceptions |
|
||||||
| Returns |
The generated content response from the model.
|