toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
SkinAnalysisResponse
Skin
Analysis
Response
data
class
SkinAnalysisResponse
(
val
message
:
String
,
val
result
:
Result
?
,
val
imageId
:
String
?
)
Members
Constructors
Skin
Analysis
Response
Link copied to clipboard
constructor
(
message
:
String
,
result
:
Result
?
,
imageId
:
String
?
)
Properties
image
Id
Link copied to clipboard
@
SerializedName
(
value
=
"imageId"
)
val
imageId
:
String
?
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
message
:
String
result
Link copied to clipboard
@
SerializedName
(
value
=
"result"
)
val
result
:
Result
?