c
com.microsoft.azure.synapse.ml.services.speech
TranscriptionResponse
Companion object TranscriptionResponse
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
- Alphabetic
- By Inheritance
Inherited
- TranscriptionResponse
- Serializable
- Serializable
- Product
- Equals
- SharedSpeechFields
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
val
DisplayText: Option[String]
- Definition Classes
- TranscriptionResponse → SharedSpeechFields
-
val
Duration: Long
- Definition Classes
- TranscriptionResponse → SharedSpeechFields
- val Id: Option[String]
-
val
NBest: Option[Seq[DetailedSpeechResponse]]
- Definition Classes
- TranscriptionResponse → SharedSpeechFields
-
val
Offset: Long
- Definition Classes
- TranscriptionResponse → SharedSpeechFields
-
val
RecognitionStatus: String
- Definition Classes
- TranscriptionResponse → SharedSpeechFields
- val SpeakerId: String
- val Type: String
- val UtteranceId: String