package speech
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class CompressedStream extends PullAudioInputStreamCallback
- class ConversationTranscription extends SpeechSDKBase with SynapseMLLogging
- case class DetailedSpeechResponse(Confidence: Double, Lexical: String, ITN: String, MaskedITN: String, Words: Option[Seq[Word]], Display: String) extends Product with Serializable
- trait HasLocaleCol extends HasServiceParams
- trait HasTextCol extends HasServiceParams
- trait HasVoiceNameCol extends HasServiceParams
- case class SSMLConversation(Begin: Int, End: Int, Content: String, Role: String, Style: String) extends Product with Serializable
- trait SharedSpeechFields extends AnyRef
- class SpeakerEmotionInference extends CognitiveServicesBase with HasLocaleCol with HasVoiceNameCol with HasTextCol with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with SynapseMLLogging
- case class SpeakerEmotionInferenceError(errorCode: String, errorDetails: String) extends Product with Serializable
- case class SpeakerEmotionInferenceResponse(IsValid: Boolean, Conversations: Seq[SSMLConversation]) extends Product with Serializable
- 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
- abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with SynapseMLLogging with HasSetLinkedServiceUsingLocation
- case class SpeechSynthesisError(errorCode: String, errorDetails: String, errorReason: String) extends Product with Serializable
- class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedServiceUsingLocation
- class SpeechToTextSDK extends SpeechSDKBase with SynapseMLLogging
- class TextToSpeech extends Transformer with HasSetLocation with HasServiceParams with HasErrorCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with SynapseMLLogging with HasSetLinkedServiceUsingLocation
- case class TranscriptionParticipant(name: String, language: String, signature: String) extends Product with Serializable
- 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
-
class
WavStream extends PullAudioInputStreamCallback
Code adapted from https://github.com/Azure-Samples/cognitive-services-speech-sdk /blob/master/samples/java/jre/console/src/com/microsoft/ cognitiveservices/speech/samples/console/WavStream.java
- case class Word(Duration: Long, Offset: Long, Word: String) extends Product with Serializable
Value Members
- object ConversationTranscription extends ComplexParamsReadable[ConversationTranscription] with Serializable
- object SSMLConversation extends SparkBindings[SSMLConversation]
- object SpeakerEmotionInference extends ComplexParamsReadable[SpeakerEmotionInference] with Serializable
- object SpeakerEmotionInferenceError extends SparkBindings[SpeakerEmotionInferenceError]
- object SpeakerEmotionInferenceResponse extends SparkBindings[SpeakerEmotionInferenceResponse]
- object SpeechAPI
- object SpeechFormat extends DefaultJsonProtocol
- object SpeechResponse extends SparkBindings[SpeechResponse]
- object SpeechSynthesisError extends SparkBindings[SpeechSynthesisError]
- object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable
- object SpeechToTextSDK extends ComplexParamsReadable[SpeechToTextSDK] with Serializable
- object TextToSpeech extends ComplexParamsReadable[TextToSpeech] with Serializable
- object TranscriptionResponse extends SparkBindings[TranscriptionResponse]