AiutaInputImage

class AiutaInputImage(val id: String, val url: String, val type: AiutaOwnerType)

Represents an input image in the SDK's image processing pipeline.

This class encapsulates the essential information about an image that will be processed by the SDK, including its identifier, URL, and ownership type.

See also

Constructors

Link copied to clipboard
constructor(id: String, url: String, type: AiutaOwnerType)

Properties

Link copied to clipboard
val id: String

Unique identifier for the image

Link copied to clipboard

Ownership type of the image (user or Aiuta)

Link copied to clipboard
val url: String

URL where the image can be accessed