toggle menu
Object-Detector-App
1.0
androidJvm
switch theme
search in API
Object-Detector-App
/
p4ulor.obj.detector.android.utils.camera
/
Picture
/
File
File
data
class
File
(
val
path
:
Uri
,
val
wasImported
:
Boolean
=
false
)
:
Picture
Members
Constructors
File
Link copied to clipboard
constructor
(
path
:
Uri
,
wasImported
:
Boolean
=
false
)
Properties
as
Base64
Link copied to clipboard
val
asBase64
:
Picture.Base64
?
as
File
Link copied to clipboard
val
asFile
:
Picture.File
?
mime
Type
Link copied to clipboard
val
mimeType
:
MimeType
path
Link copied to clipboard
val
path
:
Uri
When taking a picture it should be something like:
was
Imported
Link copied to clipboard
val
wasImported
:
Boolean
=
false
Functions
image
As
Base64
Link copied to clipboard
fun
imageAsBase64
(
)
:
String
?