Package com.google.genai.types
Class UpscaleImageResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.UpscaleImageResponse
None
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for UpscaleImageResponse. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpscaleImageResponse.Builder
builder()
Instantiates a builder for UpscaleImageResponse.static UpscaleImageResponse
Deserializes a JSON string to a UpscaleImageResponse object.abstract Optional<List<GeneratedImage>>
Generated images.abstract UpscaleImageResponse.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonString, toJson
-
Constructor Details
-
UpscaleImageResponse
public UpscaleImageResponse()
-
-
Method Details
-
generatedImages
Generated images. -
builder
Instantiates a builder for UpscaleImageResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a UpscaleImageResponse object.
-