c
com.microsoft.azure.synapse.ml.services.speech
SpeakerEmotionInferenceResponse
Companion object SpeakerEmotionInferenceResponse
case class SpeakerEmotionInferenceResponse(IsValid: Boolean, Conversations: Seq[SSMLConversation]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpeakerEmotionInferenceResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpeakerEmotionInferenceResponse(IsValid: Boolean, Conversations: Seq[SSMLConversation])
Value Members
- val Conversations: Seq[SSMLConversation]
- val IsValid: Boolean