Class GenerateMediaRequest
Generate image(s) from a prompt using the Imagen 3 model,
or generate a video from a prompt using the Veo model.
Both Imagen 3 and Veo models are only available on the google paid tier.
Inheritance
object
GenerateMediaRequest
Assembly: .dll
public class GenerateMediaRequest : GenerativeAIRequest
Properties
Declaration
public GenerateMediaConfig Config { get; set; }
Property Value
Declaration
public string Prompt { get; set; }
Property Value
Methods
ValidateBody()
Declaration
public override void ValidateBody()
Extension Methods