toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
ImageAnalysisResponse
/
Result
Result
data
class
Result
(
val
userId
:
String
,
val
diagnosis
:
String
,
val
confidence
:
Double
,
val
imageId
:
String
,
val
timestamp
:
Date
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
userId
:
String
,
diagnosis
:
String
,
confidence
:
Double
,
imageId
:
String
,
timestamp
:
Date
)
Properties
confidence
Link copied to clipboard
@
SerializedName
(
value
=
"confidence"
)
val
confidence
:
Double
diagnosis
Link copied to clipboard
@
SerializedName
(
value
=
"diagnosis"
)
val
diagnosis
:
String
image
Id
Link copied to clipboard
@
SerializedName
(
value
=
"imageId"
)
val
imageId
:
String
timestamp
Link copied to clipboard
@
SerializedName
(
value
=
"timestamp"
)
val
timestamp
:
Date
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"userId"
)
val
userId
:
String