public sealed class StreamingTranslateSpeechResult : IMessage<StreamingTranslateSpeechResult>, IEquatable<StreamingTranslateSpeechResult>, IDeepCloneable<StreamingTranslateSpeechResult>, IBufferMessage, IMessageA streaming speech translation result corresponding to a portion of the audio that is currently being processed.
Implements
IMessage<StreamingTranslateSpeechResult>, IEquatable<StreamingTranslateSpeechResult>, IDeepCloneable<StreamingTranslateSpeechResult>, IBufferMessage, IMessageNamespace
Google.Cloud.MediaTranslation.V1Beta1Assembly
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 |
StreamingTranslateSpeechResult.ResultOneofCase |
|
TextTranslationResult
public StreamingTranslateSpeechResult.Types.TextTranslationResult TextTranslationResult { get; set; }Text translation result.
| Property Value | |
|---|---|
| Type | Description |
StreamingTranslateSpeechResult.Types.TextTranslationResult |
|