You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,24 +70,24 @@ export class TranscribeStreaming extends TranscribeStreamingClient {
51
70
}
52
71
53
72
/**
54
-
* <p>Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe and the transcription
55
-
* results are streamed to your application.</p>
56
-
* <p>The following are encoded as HTTP/2 headers:</p>
73
+
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
74
+
* Amazon Transcribe and the transcription results are streamed to your application.</p>
75
+
* <p>The following are encoded as headers:</p>
57
76
* <ul>
58
77
* <li>
59
-
* <p>x-amzn-transcribe-language-code</p>
78
+
* <p>language-code</p>
60
79
* </li>
61
80
* <li>
62
-
* <p>x-amzn-transcribe-media-encoding</p>
81
+
* <p>media-encoding</p>
63
82
* </li>
64
83
* <li>
65
-
* <p>x-amzn-transcribe-sample-rate</p>
84
+
* <p>sample-rate</p>
66
85
* </li>
67
86
* <li>
68
-
* <p>x-amzn-transcribe-session-id</p>
87
+
* <p>session-id</p>
69
88
* </li>
70
89
* </ul>
71
-
* <p>See the <a href="https://docs.aws.amazon.com/sdk-for-go/api/service/transcribestreamingservice/#TranscribeStreamingService.StartStreamTranscription"> SDK for Go API Reference</a> for more detail.</p>
90
+
* <p>For more information on streaming with Amazon Transcribe, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html">Transcribing streaming audio</a>.</p>
* <p>Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe and the transcription
39
-
* results are streamed to your application.</p>
40
-
* <p>The following are encoded as HTTP/2 headers:</p>
38
+
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
39
+
* Amazon Transcribe and the transcription results are streamed to your application.</p>
40
+
* <p>The following are encoded as headers:</p>
41
41
* <ul>
42
42
* <li>
43
-
* <p>x-amzn-transcribe-language-code</p>
43
+
* <p>language-code</p>
44
44
* </li>
45
45
* <li>
46
-
* <p>x-amzn-transcribe-media-encoding</p>
46
+
* <p>media-encoding</p>
47
47
* </li>
48
48
* <li>
49
-
* <p>x-amzn-transcribe-sample-rate</p>
49
+
* <p>sample-rate</p>
50
50
* </li>
51
51
* <li>
52
-
* <p>x-amzn-transcribe-session-id</p>
52
+
* <p>session-id</p>
53
53
* </li>
54
54
* </ul>
55
-
* <p>See the <a href="https://docs.aws.amazon.com/sdk-for-go/api/service/transcribestreamingservice/#TranscribeStreamingService.StartStreamTranscription"> SDK for Go API Reference</a> for more detail.</p>
55
+
* <p>For more information on streaming with Amazon Transcribe, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html">Transcribing streaming audio</a>.</p>
56
56
* @example
57
57
* Use a bare-bones client and the command you need to make an API call.
0 commit comments