ImageSourceType

The type of source which originated the underlying image.

Entries

Link copied to clipboard

ImageRef was created by a call to an SDK feature, such as a scanner, image processor, etc.

Link copied to clipboard

ImageRef was created from a platform image, e.g. Bitmap on Android, UIImage on iOS.

Link copied to clipboard

ImageRef was created from data from the camera.

Link copied to clipboard

ImageRef was created from a file.

Link copied to clipboard

ImageRef was created from an encoded buffer.

Link copied to clipboard

ImageRef was created from another type, e.g. from custom loader.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun toJson(): String
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.