public sealed class StreamingTranslateSpeechResult : IMessage<StreamingTranslateSpeechResult>, IEquatable<StreamingTranslateSpeechResult>, IDeepCloneable<StreamingTranslateSpeechResult>, IBufferMessage, IMessage
A streaming speech translation result corresponding to a portion of the audio
that is currently being processed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `StreamingTranslateSpeechResult` is 2.0.0-beta05, with prior versions 2.0.0-beta04 and 1.0.0-beta03 also available for reference."],["`StreamingTranslateSpeechResult` is a class that represents a portion of audio that is currently being processed for translation within a streaming context."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["`StreamingTranslateSpeechResult` offers two constructors, a default constructor and one that accepts another `StreamingTranslateSpeechResult` instance as a parameter for cloning."],["It exposes properties such as `ResultCase` and `TextTranslationResult`, allowing access to the type of result and the text translation details, respectively."]]],[]]