VModal Android SDK
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
VModal Android SDK
VModal Android SDK
/
com.vmodal.sdk
/
ImageResponse
Image
Response
class
ImageResponse
(
raw
:
Map
<
String
,
Any
?
>
)
:
JsonBackedResponse
Base64 image-content result.
Members
Constructors
Image
Response
Link copied to clipboard
constructor
(
raw
:
Map
<
String
,
Any
?
>
)
Properties
found
Link copied to clipboard
val
found
:
Boolean
Whether an image was resolved.
img
Base64
Link copied to clipboard
val
imgBase64
:
String
Base64-encoded image bytes.