@aws-sdk/client-transcribe-streaming 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/TranscribeStreaming.d.ts +1 -1
- package/dist-types/TranscribeStreamingClient.d.ts +1 -1
- package/dist-types/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +247 -247
- package/dist-types/ts3.4/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMedicalStreamTranscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartStreamTranscriptionCommand.d.ts +9 -0
- package/package.json +47 -47
|
@@ -24,7 +24,6 @@ export interface TranscribeStreaming {
|
|
|
24
24
|
startStreamTranscription(args: StartStreamTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartStreamTranscriptionCommandOutput) => void): void;
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
|
-
* @public
|
|
28
27
|
* <p>Amazon Transcribe streaming offers three main types of real-time transcription:
|
|
29
28
|
* <b>Standard</b>, <b>Medical</b>, and
|
|
30
29
|
* <b>Call Analytics</b>.</p>
|
|
@@ -48,6 +47,7 @@ export interface TranscribeStreaming {
|
|
|
48
47
|
* option. Refer to for details.</p>
|
|
49
48
|
* </li>
|
|
50
49
|
* </ul>
|
|
50
|
+
* @public
|
|
51
51
|
*/
|
|
52
52
|
export declare class TranscribeStreaming extends TranscribeStreamingClient implements TranscribeStreaming {
|
|
53
53
|
}
|
|
@@ -166,7 +166,6 @@ export type TranscribeStreamingClientResolvedConfigType = __SmithyResolvedConfig
|
|
|
166
166
|
export interface TranscribeStreamingClientResolvedConfig extends TranscribeStreamingClientResolvedConfigType {
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
* @public
|
|
170
169
|
* <p>Amazon Transcribe streaming offers three main types of real-time transcription:
|
|
171
170
|
* <b>Standard</b>, <b>Medical</b>, and
|
|
172
171
|
* <b>Call Analytics</b>.</p>
|
|
@@ -190,6 +189,7 @@ export interface TranscribeStreamingClientResolvedConfig extends TranscribeStrea
|
|
|
190
189
|
* option. Refer to for details.</p>
|
|
191
190
|
* </li>
|
|
192
191
|
* </ul>
|
|
192
|
+
* @public
|
|
193
193
|
*/
|
|
194
194
|
export declare class TranscribeStreamingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig> {
|
|
195
195
|
/**
|
|
@@ -22,10 +22,10 @@ export interface StartCallAnalyticsStreamTranscriptionCommandOutput extends Star
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
24
24
|
new (input: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
|
|
30
30
|
* Amazon Transcribe and the transcription results are streamed to your application. Use this operation
|
|
31
31
|
* for <a href="https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html">Call Analytics</a> transcriptions.</p>
|
|
@@ -208,6 +208,7 @@ declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
|
208
208
|
* @throws {@link TranscribeStreamingServiceException}
|
|
209
209
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
210
210
|
*
|
|
211
|
+
* @public
|
|
211
212
|
*/
|
|
212
213
|
export declare class StartCallAnalyticsStreamTranscriptionCommand extends StartCallAnalyticsStreamTranscriptionCommand_base {
|
|
213
214
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartMedicalStreamTranscriptionCommandOutput extends StartMedic
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
24
24
|
new (input: StartMedicalStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartMedicalStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
|
|
30
30
|
* Amazon Transcribe Medical and the transcription results are streamed to your
|
|
31
31
|
* application.</p>
|
|
@@ -190,6 +190,7 @@ declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
|
190
190
|
* @throws {@link TranscribeStreamingServiceException}
|
|
191
191
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
192
192
|
*
|
|
193
|
+
* @public
|
|
193
194
|
*/
|
|
194
195
|
export declare class StartMedicalStreamTranscriptionCommand extends StartMedicalStreamTranscriptionCommand_base {
|
|
195
196
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartStreamTranscriptionCommandOutput extends StartStreamTransc
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartStreamTranscriptionCommand_base: {
|
|
24
24
|
new (input: StartStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
|
|
30
30
|
* Amazon Transcribe and the transcription results are streamed to your application.</p>
|
|
31
31
|
* <p>The following parameters are required:</p>
|
|
@@ -219,6 +219,7 @@ declare const StartStreamTranscriptionCommand_base: {
|
|
|
219
219
|
* @throws {@link TranscribeStreamingServiceException}
|
|
220
220
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
221
221
|
*
|
|
222
|
+
* @public
|
|
222
223
|
*/
|
|
223
224
|
export declare class StartStreamTranscriptionCommand extends StartStreamTranscriptionCommand_base {
|
|
224
225
|
}
|