ArchAstro. Types. Operations. PostApiV1AiImageEdits. Input
(archastro v0.2.0)
Copy Markdown
Edit an image with a text prompt
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AiImageEdits.Input{ aspect_ratio: String.t() | ArchAstro.Unset.t(), background: String.t() | ArchAstro.Unset.t(), height: integer() | ArchAstro.Unset.t(), image_size: String.t() | ArchAstro.Unset.t(), images: [ ArchAstro.Types.Operations.PostApiV1AiImageEdits.Input.Nested.ImagesItem.t() ], model: String.t() | ArchAstro.Unset.t(), output_format: String.t() | ArchAstro.Unset.t(), prompt: String.t(), quality: String.t() | ArchAstro.Unset.t(), size: String.t() | ArchAstro.Unset.t(), style: String.t() | ArchAstro.Unset.t(), width: integer() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()