PESDKFileImage

class PESDKFileImage
class PESDKFileImage

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: String?

A base64 representation of the input image

var data: String?
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