Uses of Class
bg.codexio.ai.openai.api.sdk.images.FormatStage
-
Packages that use FormatStage Package Description bg.codexio.ai.openai.api.sdk.images -
-
Uses of FormatStage in bg.codexio.ai.openai.api.sdk.images
Methods in bg.codexio.ai.openai.api.sdk.images that return FormatStage Modifier and Type Method Description FormatStage<R,E>Dalle2SizeStage. bigSquare()The biggest square with dimensions 256x256 px.FormatStage<R,E>Dalle3SizeStage. landscape()Landscape with dimensions 1792x1024 px.FormatStage<R,E>Dalle2SizeStage. mediumSquare()The medium square with dimensions 256x256 px.FormatStage<R,E>Dalle3SizeStage. portrait()Landscape with dimensions 1024x1792 px.FormatStage<R,E>Dalle2SizeStage. smallSquare()The smallest square with dimensions 256x256 px.FormatStage<R,E>Dalle3SizeStage. square()Square with dimensions 1024x1024 px.
-