case class SpeechResponse(RecognitionStatus: String, Offset: Long, Duration: Long, Id: Option[String], DisplayText: Option[String], NBest: Option[Seq[DetailedSpeechResponse]]) extends SharedSpeechFields with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpeechResponse
- Serializable
- Serializable
- Product
- Equals
- SharedSpeechFields
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
val
DisplayText: Option[String]
- Definition Classes
- SpeechResponse → SharedSpeechFields
-
val
Duration: Long
- Definition Classes
- SpeechResponse → SharedSpeechFields
- val Id: Option[String]
-
val
NBest: Option[Seq[DetailedSpeechResponse]]
- Definition Classes
- SpeechResponse → SharedSpeechFields
-
val
Offset: Long
- Definition Classes
- SpeechResponse → SharedSpeechFields
-
val
RecognitionStatus: String
- Definition Classes
- SpeechResponse → SharedSpeechFields