Media Translation v1beta1 API - Class StreamingTranslateSpeechResult (2.0.0-beta04)

public sealed class StreamingTranslateSpeechResult : IMessage<StreamingTranslateSpeechResult>, IEquatable<StreamingTranslateSpeechResult>, IDeepCloneable<StreamingTranslateSpeechResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Media Translation v1beta1 API class StreamingTranslateSpeechResult.

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
Name Description
other StreamingTranslateSpeechResult

Properties

ResultCase

public StreamingTranslateSpeechResult.ResultOneofCase ResultCase { get; }
Property Value
Type Description
StreamingTranslateSpeechResultResultOneofCase

TextTranslationResult

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

Text translation result.

Property Value
Type Description
StreamingTranslateSpeechResultTypesTextTranslationResult