ClassificationResponse

data class ClassificationResponse(val classifications: List<ClassificationItem> = emptyList())

Response structure for classification.

Constructors

Link copied to clipboard
constructor(classifications: List<ClassificationItem> = emptyList())

Properties

Link copied to clipboard