View Source ExAws.Bedrock.Titan.TextToImageParams (ex_aws_bedrock v1.5.5)

Text to image generation.

  • text (Required) – A text prompt to generate the image.
  • negativeText (Optional) – A text prompt to define what not to include in the image.

Summary

Types

@type t() :: %ExAws.Bedrock.Titan.TextToImageParams{
  negativeText: String.t() | nil,
  text: String.t()
}