case class TranscriptionResponse(RecognitionStatus: String, Offset: Long, Duration: Long, Id: Option[String], DisplayText: Option[String], NBest: Option[Seq[DetailedSpeechResponse]], SpeakerId: String, Type: String, UtteranceId: String) extends SharedSpeechFields with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TranscriptionResponse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SharedSpeechFields
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TranscriptionResponse(RecognitionStatus: String, Offset: Long, Duration: Long, Id: Option[String], DisplayText: Option[String], NBest: Option[Seq[DetailedSpeechResponse]], SpeakerId: String, Type: String, UtteranceId: String)

Value Members

  1. val DisplayText: Option[String]
  2. val Duration: Long
  3. val Id: Option[String]
  4. val NBest: Option[Seq[DetailedSpeechResponse]]
  5. val Offset: Long
  6. val RecognitionStatus: String
  7. val SpeakerId: String
  8. val Type: String
  9. val UtteranceId: String