toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.model
/
AnalyzeImageInfo
Analyze
Image
Info
data
class
AnalyzeImageInfo
(
val
confidence
:
Int
,
val
diagnosis
:
String
,
val
timestamp
:
Date
,
val
image
:
Uri
,
val
treatmentSuggestions
:
String
)
:
Parcelable
Members
Constructors
Analyze
Image
Info
Link copied to clipboard
constructor
(
confidence
:
Int
,
diagnosis
:
String
,
timestamp
:
Date
,
image
:
Uri
,
treatmentSuggestions
:
String
)
Properties
confidence
Link copied to clipboard
val
confidence
:
Int
diagnosis
Link copied to clipboard
val
diagnosis
:
String
image
Link copied to clipboard
val
image
:
Uri
timestamp
Link copied to clipboard
val
timestamp
:
Date
treatment
Suggestions
Link copied to clipboard
val
treatmentSuggestions
:
String