Class ImageResponse

java.lang.Object
com.azure.ai.openai.models.ImageResponse

public final class ImageResponse extends Object
The result of the operation if the operation succeeded.
  • Method Details

    • getCreated

      public long getCreated()
      Get the created property: A timestamp when this job or item was created (in unix epochs).
      Returns:
      the created value.
    • getData

      public List<ImageLocation> getData()
      Get the data property: The images generated by the operator.
      Returns:
      the data value.