PESDKFileInputImage

class PESDKFileInputImage
class PESDKFileInputImage

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String

Properties

data
Link copied to clipboard

A base64 representation of the input image

var data: ByteArray?

A base64 representation of the input image

var data: ByteArray?
height
Link copied to clipboard

(Required)

var height: Int?

(Required)

var height: Int?
type
Link copied to clipboard

var type: String?

var type: String?
width
Link copied to clipboard

(Required)

var width: Int?

(Required)

var width: Int?