Uses of Class
org.springframework.ai.image.ImageGeneration
Packages that use ImageGeneration
-
Uses of ImageGeneration in org.springframework.ai.image
Classes in org.springframework.ai.image that implement interfaces with type arguments of type ImageGenerationModifier and TypeClassDescriptionclassThe image completion (e.g. imageGeneration) response returned by an AI provider.Methods in org.springframework.ai.image that return ImageGenerationMethods in org.springframework.ai.image that return types with arguments of type ImageGenerationConstructor parameters in org.springframework.ai.image with type arguments of type ImageGenerationModifierConstructorDescriptionImageResponse(List<ImageGeneration> generations) Construct a newImageResponseinstance without metadata.ImageResponse(List<ImageGeneration> generations, ImageResponseMetadata imageResponseMetadata) Construct a newImageResponseinstance.