toggle menu
Object-Detector-App
1.0
androidJvm
switch theme
search in API
Object-Detector-App
/
p4ulor.obj.detector.android.utils.camera
/
Picture
/
Base64
Base64
data
class
Base64
(
val
base64
:
String
)
:
Picture
Used when the Picture is only to be in memory and was not saved to a file
Members
Constructors
Base64
Link copied to clipboard
constructor
(
base64
:
String
)
Properties
as
Base64
Link copied to clipboard
val
asBase64
:
Picture.Base64
?
as
File
Link copied to clipboard
val
asFile
:
Picture.File
?
base64
Link copied to clipboard
val
base64
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
MimeType
Functions
image
As
Base64
Link copied to clipboard
fun
imageAsBase64
(
)
:
String
?