Uses of Record Class
bg.codexio.ai.openai.api.payload.images.response.ImageResponse
Packages that use ImageResponse
-
Uses of ImageResponse in bg.codexio.ai.openai.api.payload.images.response
Methods in bg.codexio.ai.openai.api.payload.images.response that return ImageResponseModifier and TypeMethodDescriptionstatic ImageResponseImageResponse.empty()ImageResponse.merge(ImageResponse other) Methods in bg.codexio.ai.openai.api.payload.images.response that return types with arguments of type ImageResponseModifier and TypeMethodDescriptionImageDataResponse.data()Returns the value of thedatarecord component.Methods in bg.codexio.ai.openai.api.payload.images.response with parameters of type ImageResponseConstructor parameters in bg.codexio.ai.openai.api.payload.images.response with type arguments of type ImageResponseModifierConstructorDescriptionImageDataResponse(Long created, List<ImageResponse> data) Creates an instance of aImageDataResponserecord class.