toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.proposition.revision
/
ClassificationResponse
Classification
Response
data
class
ClassificationResponse
(
val
classifications
:
List
<
ClassificationItem
>
=
emptyList()
)
Response structure for classification.
Members
Constructors
Classification
Response
Link copied to clipboard
constructor
(
classifications
:
List
<
ClassificationItem
>
=
emptyList()
)
Properties
classifications
Link copied to clipboard
val
classifications
:
List
<
ClassificationItem
>