ImageGenerations interface

The result of a successful image generation operation.

Properties

created

A timestamp representing when this operation was started. Expressed in seconds since the Unix epoch of 1970-01-01T00:00:00+0000.

data

The images generated by the operation.

Property Details

created

A timestamp representing when this operation was started. Expressed in seconds since the Unix epoch of 1970-01-01T00:00:00+0000.

created: Date

Property Value

Date

data

The images generated by the operation.

data: ImageGenerationData[]

Property Value