Package org.springframework.ai.image
Class ImageOptionsBuilder
java.lang.Object
org.springframework.ai.image.ImageOptionsBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static ImageOptionsBuilder
builder()
responseFormat
(String responseFormat) withHeight
(Integer height) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead.Deprecated, for removal: This API element is subject to removal in a future version.useN(Integer)
instead.withResponseFormat
(String responseFormat) Deprecated, for removal: This API element is subject to removal in a future version.useresponseFormat(String)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usestyle(String)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usewidth(Integer)
instead.
-
Method Details
-
builder
-
N
-
model
-
responseFormat
-
width
-
height
-
style
-
withN
Deprecated, for removal: This API element is subject to removal in a future version.useN(Integer)
instead. -
withModel
Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead. -
withResponseFormat
@Deprecated(forRemoval=true, since="1.0.0-M5") public ImageOptionsBuilder withResponseFormat(String responseFormat) Deprecated, for removal: This API element is subject to removal in a future version.useresponseFormat(String)
instead. -
withWidth
Deprecated, for removal: This API element is subject to removal in a future version.usewidth(Integer)
instead. -
withHeight
@Deprecated(forRemoval=true, since="1.0.0-M5") public ImageOptionsBuilder withHeight(Integer height) Deprecated, for removal: This API element is subject to removal in a future version.useheight(Integer)
instead. -
withStyle
Deprecated, for removal: This API element is subject to removal in a future version.usestyle(String)
instead. -
build
-
height(Integer)
instead.