ImageFile

class ImageFile

Contains an image file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.

Link copied to clipboard

The file type of the image.

Functions

Link copied to clipboard
inline fun copy(block: ImageFile.Builder.() -> Unit = {}): ImageFile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String