Result

data class Result(val diagnosis: String, val confidence: String, val treatmentSuggestions: String, val timestamp: String)

Constructors

Link copied to clipboard
constructor(diagnosis: String, confidence: String, treatmentSuggestions: String, timestamp: String)

Properties

Link copied to clipboard
@SerializedName(value = "confidence")
val confidence: String
Link copied to clipboard
@SerializedName(value = "diagnosis")
val diagnosis: String
Link copied to clipboard
@SerializedName(value = "timestamp")
val timestamp: String
Link copied to clipboard
@SerializedName(value = "treatmentSuggestions")
val treatmentSuggestions: String