Class StreamingTranslateSpeechResult (1.0.0-beta03)

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.

Inheritance

Object > StreamingTranslateSpeechResult

Namespace

Google.Cloud.MediaTranslation.V1Beta1

Assembly

Google.Cloud.MediaTranslation.V1Beta1.dll

Constructors

StreamingTranslateSpeechResult()

public StreamingTranslateSpeechResult()

StreamingTranslateSpeechResult(StreamingTranslateSpeechResult)

public StreamingTranslateSpeechResult(StreamingTranslateSpeechResult other)
Parameter
NameDescription
otherStreamingTranslateSpeechResult

Properties

ResultCase

public StreamingTranslateSpeechResult.ResultOneofCase ResultCase { get; }
Property Value
TypeDescription
StreamingTranslateSpeechResult.ResultOneofCase

TextTranslationResult

public StreamingTranslateSpeechResult.Types.TextTranslationResult TextTranslationResult { get; set; }

Text translation result.

Property Value
TypeDescription
StreamingTranslateSpeechResult.Types.TextTranslationResult