toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.room
/
DiagnoseRecord
Diagnose
Record
data
class
DiagnoseRecord
(
val
id
:
Int
,
val
confidenceScore
:
Int
,
val
issue
:
String
,
val
time
:
Date
,
val
image
:
String
,
val
additionalInfo
:
String
,
val
userId
:
String
)
Members
Constructors
Diagnose
Record
Link copied to clipboard
constructor
(
id
:
Int
,
confidenceScore
:
Int
,
issue
:
String
,
time
:
Date
,
image
:
String
,
additionalInfo
:
String
,
userId
:
String
)
Properties
additional
Info
Link copied to clipboard
val
additionalInfo
:
String
confidence
Score
Link copied to clipboard
val
confidenceScore
:
Int
id
Link copied to clipboard
val
id
:
Int
image
Link copied to clipboard
val
image
:
String
issue
Link copied to clipboard
val
issue
:
String
time
Link copied to clipboard
val
time
:
Date
user
Id
Link copied to clipboard
val
userId
:
String