Result

data class Result(val text: String, val averageWordConfidence: Int, val wordCount: Int)

Constructors

Link copied to clipboard
constructor(text: String, averageWordConfidence: Int, wordCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard