toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
Result
Result
data
class
Result
(
val
diagnosis
:
String
,
val
confidence
:
String
,
val
treatmentSuggestions
:
String
,
val
timestamp
:
String
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
diagnosis
:
String
,
confidence
:
String
,
treatmentSuggestions
:
String
,
timestamp
:
String
)
Properties
confidence
Link copied to clipboard
@
SerializedName
(
value
=
"confidence"
)
val
confidence
:
String
diagnosis
Link copied to clipboard
@
SerializedName
(
value
=
"diagnosis"
)
val
diagnosis
:
String
timestamp
Link copied to clipboard
@
SerializedName
(
value
=
"timestamp"
)
val
timestamp
:
String
treatment
Suggestions
Link copied to clipboard
@
SerializedName
(
value
=
"treatmentSuggestions"
)
val
treatmentSuggestions
:
String