public sealed class LongRunningRecognizeRequest : IMessage<LongRunningRecognizeRequest>, IEquatable<LongRunningRecognizeRequest>, IDeepCloneable<LongRunningRecognizeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Speech v1 API class LongRunningRecognizeRequest.
The top-level message sent by the client for the LongRunningRecognize
method.
Implements
IMessageLongRunningRecognizeRequest, IEquatableLongRunningRecognizeRequest, IDeepCloneableLongRunningRecognizeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
LongRunningRecognizeRequest()
public LongRunningRecognizeRequest()LongRunningRecognizeRequest(LongRunningRecognizeRequest)
public LongRunningRecognizeRequest(LongRunningRecognizeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
LongRunningRecognizeRequest |
Properties
Audio
public RecognitionAudio Audio { get; set; }Required. The audio data to be recognized.
| Property Value | |
|---|---|
| Type | Description |
RecognitionAudio |
|
Config
public RecognitionConfig Config { get; set; }Required. Provides information to the recognizer that specifies how to process the request.
| Property Value | |
|---|---|
| Type | Description |
RecognitionConfig |
|
OutputConfig
public TranscriptOutputConfig OutputConfig { get; set; }Optional. Specifies an optional destination for the recognition results.
| Property Value | |
|---|---|
| Type | Description |
TranscriptOutputConfig |
|