integrations/dist/voice/aws-speech
Interfaces
Properties
Engine?
optional Engine?: AwsPollyEngine;
LanguageCode?
optional LanguageCode?: string;
LexiconNames?
optional LexiconNames?: string[];
OutputFormat: AwsPollyOutputFormat;
SampleRate?
optional SampleRate?: string;
Text
TextType?
optional TextType?: AwsPollyTextType;
VoiceId
AwsPollySynthesizeCommandOutput
Properties
AudioStream?
optional AudioStream?: unknown;
ContentType?
optional ContentType?: string;
RequestCharacters?
optional RequestCharacters?: number;
Properties
engine?
optional engine?: AwsPollyEngine;
languageCode?
optional languageCode?: string;
lexiconNames?
optional lexiconNames?: string[];
optional outputFormat?: AwsPollyOutputFormat;
sampleRate?
optional sampleRate?: string;
signal?
optional signal?: AbortSignal;
text
textType?
optional textType?: AwsPollyTextType;
voiceId
AwsPollySynthesizeSpeechResult
Properties
audio
audio:
| ArrayBuffer
| Uint8Array<ArrayBufferLike>
| ReadableStream<Uint8Array<ArrayBufferLike>>;
contentType?
optional contentType?: string;
optional outputFormat?: AwsPollyOutputFormat;
requestCharacters?
optional requestCharacters?: number;
AwsSdkCommandClient
Type Parameters
Methods
send()
send(command, options?): Promise<Output>;
Parameters
| Parameter |
Type |
command |
unknown |
options? |
{ abortSignal?: AbortSignal; } |
options.abortSignal? |
AbortSignal |
Returns
Promise\<Output>
AwsSdkCommandConstructor
Type Parameters
Constructors
Constructor
new AwsSdkCommandConstructor(input): unknown;
Parameters
| Parameter |
Type |
input |
Input |
Returns
unknown
AwsSdkSpeechClientOptions
Properties
pollyClient
pollyClient: AwsSdkCommandClient<AwsPollySynthesizeCommandOutput>;
StartStreamTranscriptionCommand
StartStreamTranscriptionCommand: AwsSdkCommandConstructor<AwsTranscribeStreamingCommandInput>;
SynthesizeSpeechCommand
SynthesizeSpeechCommand: AwsSdkCommandConstructor<AwsPollySynthesizeCommandInput>;
transcribeStreamingClient
transcribeStreamingClient: AwsSdkCommandClient<AwsTranscribeStreamingCommandOutput>;
AwsSpeechClient
Methods
synthesizeSpeech()
synthesizeSpeech(input): Promise<AwsPollySynthesizeSpeechResult>;
Parameters
Returns
Promise\<AwsPollySynthesizeSpeechResult>
transcribeSpeech()
transcribeSpeech(input): Promise<AwsTranscribeSpeechResult>;
Parameters
Returns
Promise\<AwsTranscribeSpeechResult>
Properties
accessKeyId?
optional accessKeyId?: string;
region?
optional region?: string;
secretAccessKey?
optional secretAccessKey?: string;
sessionToken?
optional sessionToken?: string;
AwsSpeechFullApiGeneratedClient
Extends
AwsSpeechFullApiCallAnalyticsStreamTranscriptionGeneratedClient.AwsSpeechFullApiCallanalyticscategoriesGeneratedClient.AwsSpeechFullApiCallanalyticsjobsGeneratedClient.AwsSpeechFullApiLanguagemodelsGeneratedClient.AwsSpeechFullApiMedicalScribeStreamGeneratedClient.AwsSpeechFullApiMedicalStreamTranscriptionGeneratedClient.AwsSpeechFullApiMedicalscribejobsGeneratedClient.AwsSpeechFullApiMedicaltranscriptionjobsGeneratedClient.AwsSpeechFullApiMedicalvocabulariesGeneratedClient.AwsSpeechFullApiStreamTranscriptionGeneratedClient.AwsSpeechFullApiTagsGeneratedClient.AwsSpeechFullApiTranscriptionjobsGeneratedClient.AwsSpeechFullApiV1GeneratedClient.AwsSpeechFullApiVocabulariesGeneratedClient.AwsSpeechFullApiVocabularyFiltersGeneratedClient
Methods
PollyDeleteLexicon()
PollyDeleteLexicon(...args): Promise<AwsSpeechFullApiSchemaDeleteLexiconOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:DeleteLexicon">] |
Returns
Promise\<AwsSpeechFullApiSchemaDeleteLexiconOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyDeleteLexicon
PollyDescribeVoices()
PollyDescribeVoices(...args): Promise<AwsSpeechFullApiSchemaDescribeVoicesOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:DescribeVoices">] |
Returns
Promise\<AwsSpeechFullApiSchemaDescribeVoicesOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyDescribeVoices
PollyGetLexicon()
PollyGetLexicon(...args): Promise<AwsSpeechFullApiSchemaGetLexiconOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:GetLexicon">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetLexiconOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyGetLexicon
PollyGetSpeechSynthesisTask()
PollyGetSpeechSynthesisTask(...args): Promise<AwsSpeechFullApiSchemaGetSpeechSynthesisTaskOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:GetSpeechSynthesisTask">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetSpeechSynthesisTaskOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyGetSpeechSynthesisTask
PollyListLexicons()
PollyListLexicons(...args): Promise<AwsSpeechFullApiSchemaListLexiconsOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:ListLexicons">] |
Returns
Promise\<AwsSpeechFullApiSchemaListLexiconsOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyListLexicons
PollyListSpeechSynthesisTasks()
PollyListSpeechSynthesisTasks(...args): Promise<AwsSpeechFullApiSchemaListSpeechSynthesisTasksOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:ListSpeechSynthesisTasks">] |
Returns
Promise\<AwsSpeechFullApiSchemaListSpeechSynthesisTasksOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyListSpeechSynthesisTasks
PollyPutLexicon()
PollyPutLexicon(...args): Promise<AwsSpeechFullApiSchemaPutLexiconOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:PutLexicon">] |
Returns
Promise\<AwsSpeechFullApiSchemaPutLexiconOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyPutLexicon
PollyStartSpeechSynthesisStream()
PollyStartSpeechSynthesisStream(...args): Promise<AwsSpeechFullApiSchemaStartSpeechSynthesisStreamOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:StartSpeechSynthesisStream">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartSpeechSynthesisStreamOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyStartSpeechSynthesisStream
PollyStartSpeechSynthesisTask()
PollyStartSpeechSynthesisTask(...args): Promise<AwsSpeechFullApiSchemaStartSpeechSynthesisTaskOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:StartSpeechSynthesisTask">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartSpeechSynthesisTaskOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollyStartSpeechSynthesisTask
PollySynthesizeSpeech()
PollySynthesizeSpeech(...args): Promise<AwsSpeechFullApiSchemaSynthesizeSpeechOutput>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"polly:SynthesizeSpeech">] |
Returns
Promise\<AwsSpeechFullApiSchemaSynthesizeSpeechOutput>
Inherited from
AwsSpeechFullApiV1GeneratedClient.PollySynthesizeSpeech
TranscribeCreateCallAnalyticsCategory()
TranscribeCreateCallAnalyticsCategory(...args): Promise<AwsSpeechFullApiSchemaCreateCallAnalyticsCategoryResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:CreateCallAnalyticsCategory">] |
Returns
Promise\<AwsSpeechFullApiSchemaCreateCallAnalyticsCategoryResponse>
Inherited from
AwsSpeechFullApiCallanalyticscategoriesGeneratedClient.TranscribeCreateCallAnalyticsCategory
TranscribeCreateLanguageModel()
TranscribeCreateLanguageModel(...args): Promise<AwsSpeechFullApiSchemaCreateLanguageModelResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:CreateLanguageModel">] |
Returns
Promise\<AwsSpeechFullApiSchemaCreateLanguageModelResponse>
Inherited from
AwsSpeechFullApiLanguagemodelsGeneratedClient.TranscribeCreateLanguageModel
TranscribeCreateMedicalVocabulary()
TranscribeCreateMedicalVocabulary(...args): Promise<AwsSpeechFullApiSchemaCreateMedicalVocabularyResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:CreateMedicalVocabulary">] |
Returns
Promise\<AwsSpeechFullApiSchemaCreateMedicalVocabularyResponse>
Inherited from
AwsSpeechFullApiMedicalvocabulariesGeneratedClient.TranscribeCreateMedicalVocabulary
TranscribeCreateVocabulary()
TranscribeCreateVocabulary(...args): Promise<AwsSpeechFullApiSchemaCreateVocabularyResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:CreateVocabulary">] |
Returns
Promise\<AwsSpeechFullApiSchemaCreateVocabularyResponse>
Inherited from
AwsSpeechFullApiVocabulariesGeneratedClient.TranscribeCreateVocabulary
TranscribeCreateVocabularyFilter()
TranscribeCreateVocabularyFilter(...args): Promise<AwsSpeechFullApiSchemaCreateVocabularyFilterResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:CreateVocabularyFilter">] |
Returns
Promise\<AwsSpeechFullApiSchemaCreateVocabularyFilterResponse>
Inherited from
AwsSpeechFullApiVocabularyFiltersGeneratedClient.TranscribeCreateVocabularyFilter
TranscribeDeleteCallAnalyticsCategory()
TranscribeDeleteCallAnalyticsCategory(...args): Promise<AwsSpeechFullApiSchemaDeleteCallAnalyticsCategoryResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteCallAnalyticsCategory">] |
Returns
Promise\<AwsSpeechFullApiSchemaDeleteCallAnalyticsCategoryResponse>
Inherited from
AwsSpeechFullApiCallanalyticscategoriesGeneratedClient.TranscribeDeleteCallAnalyticsCategory
TranscribeDeleteCallAnalyticsJob()
TranscribeDeleteCallAnalyticsJob(...args): Promise<AwsSpeechFullApiSchemaDeleteCallAnalyticsJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteCallAnalyticsJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaDeleteCallAnalyticsJobResponse>
Inherited from
AwsSpeechFullApiCallanalyticsjobsGeneratedClient.TranscribeDeleteCallAnalyticsJob
TranscribeDeleteLanguageModel()
TranscribeDeleteLanguageModel(...args): Promise<void>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteLanguageModel">] |
Returns
Promise\<void>
Inherited from
AwsSpeechFullApiLanguagemodelsGeneratedClient.TranscribeDeleteLanguageModel
TranscribeDeleteMedicalScribeJob()
TranscribeDeleteMedicalScribeJob(...args): Promise<void>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteMedicalScribeJob">] |
Returns
Promise\<void>
Inherited from
AwsSpeechFullApiMedicalscribejobsGeneratedClient.TranscribeDeleteMedicalScribeJob
TranscribeDeleteMedicalTranscriptionJob()
TranscribeDeleteMedicalTranscriptionJob(...args): Promise<void>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteMedicalTranscriptionJob">] |
Returns
Promise\<void>
Inherited from
AwsSpeechFullApiMedicaltranscriptionjobsGeneratedClient.TranscribeDeleteMedicalTranscriptionJob
TranscribeDeleteMedicalVocabulary()
TranscribeDeleteMedicalVocabulary(...args): Promise<void>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteMedicalVocabulary">] |
Returns
Promise\<void>
Inherited from
AwsSpeechFullApiMedicalvocabulariesGeneratedClient.TranscribeDeleteMedicalVocabulary
TranscribeDeleteTranscriptionJob()
TranscribeDeleteTranscriptionJob(...args): Promise<void>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteTranscriptionJob">] |
Returns
Promise\<void>
Inherited from
AwsSpeechFullApiTranscriptionjobsGeneratedClient.TranscribeDeleteTranscriptionJob
TranscribeDeleteVocabulary()
TranscribeDeleteVocabulary(...args): Promise<void>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteVocabulary">] |
Returns
Promise\<void>
Inherited from
AwsSpeechFullApiVocabulariesGeneratedClient.TranscribeDeleteVocabulary
TranscribeDeleteVocabularyFilter()
TranscribeDeleteVocabularyFilter(...args): Promise<void>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DeleteVocabularyFilter">] |
Returns
Promise\<void>
Inherited from
AwsSpeechFullApiVocabularyFiltersGeneratedClient.TranscribeDeleteVocabularyFilter
TranscribeDescribeLanguageModel()
TranscribeDescribeLanguageModel(...args): Promise<AwsSpeechFullApiSchemaDescribeLanguageModelResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:DescribeLanguageModel">] |
Returns
Promise\<AwsSpeechFullApiSchemaDescribeLanguageModelResponse>
Inherited from
AwsSpeechFullApiLanguagemodelsGeneratedClient.TranscribeDescribeLanguageModel
TranscribeGetCallAnalyticsCategory()
TranscribeGetCallAnalyticsCategory(...args): Promise<AwsSpeechFullApiSchemaGetCallAnalyticsCategoryResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetCallAnalyticsCategory">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetCallAnalyticsCategoryResponse>
Inherited from
AwsSpeechFullApiCallanalyticscategoriesGeneratedClient.TranscribeGetCallAnalyticsCategory
TranscribeGetCallAnalyticsJob()
TranscribeGetCallAnalyticsJob(...args): Promise<AwsSpeechFullApiSchemaGetCallAnalyticsJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetCallAnalyticsJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetCallAnalyticsJobResponse>
Inherited from
AwsSpeechFullApiCallanalyticsjobsGeneratedClient.TranscribeGetCallAnalyticsJob
TranscribeGetMedicalScribeJob()
TranscribeGetMedicalScribeJob(...args): Promise<AwsSpeechFullApiSchemaGetMedicalScribeJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetMedicalScribeJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetMedicalScribeJobResponse>
Inherited from
AwsSpeechFullApiMedicalscribejobsGeneratedClient.TranscribeGetMedicalScribeJob
TranscribeGetMedicalTranscriptionJob()
TranscribeGetMedicalTranscriptionJob(...args): Promise<AwsSpeechFullApiSchemaGetMedicalTranscriptionJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetMedicalTranscriptionJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetMedicalTranscriptionJobResponse>
Inherited from
AwsSpeechFullApiMedicaltranscriptionjobsGeneratedClient.TranscribeGetMedicalTranscriptionJob
TranscribeGetMedicalVocabulary()
TranscribeGetMedicalVocabulary(...args): Promise<AwsSpeechFullApiSchemaGetMedicalVocabularyResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetMedicalVocabulary">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetMedicalVocabularyResponse>
Inherited from
AwsSpeechFullApiMedicalvocabulariesGeneratedClient.TranscribeGetMedicalVocabulary
TranscribeGetTranscriptionJob()
TranscribeGetTranscriptionJob(...args): Promise<AwsSpeechFullApiSchemaGetTranscriptionJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetTranscriptionJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetTranscriptionJobResponse>
Inherited from
AwsSpeechFullApiTranscriptionjobsGeneratedClient.TranscribeGetTranscriptionJob
TranscribeGetVocabulary()
TranscribeGetVocabulary(...args): Promise<AwsSpeechFullApiSchemaGetVocabularyResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetVocabulary">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetVocabularyResponse>
Inherited from
AwsSpeechFullApiVocabulariesGeneratedClient.TranscribeGetVocabulary
TranscribeGetVocabularyFilter()
TranscribeGetVocabularyFilter(...args): Promise<AwsSpeechFullApiSchemaGetVocabularyFilterResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:GetVocabularyFilter">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetVocabularyFilterResponse>
Inherited from
AwsSpeechFullApiVocabularyFiltersGeneratedClient.TranscribeGetVocabularyFilter
TranscribeListCallAnalyticsCategories()
TranscribeListCallAnalyticsCategories(...args): Promise<AwsSpeechFullApiSchemaListCallAnalyticsCategoriesResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListCallAnalyticsCategories">] |
Returns
Promise\<AwsSpeechFullApiSchemaListCallAnalyticsCategoriesResponse>
Inherited from
AwsSpeechFullApiCallanalyticscategoriesGeneratedClient.TranscribeListCallAnalyticsCategories
TranscribeListCallAnalyticsJobs()
TranscribeListCallAnalyticsJobs(...args): Promise<AwsSpeechFullApiSchemaListCallAnalyticsJobsResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListCallAnalyticsJobs">] |
Returns
Promise\<AwsSpeechFullApiSchemaListCallAnalyticsJobsResponse>
Inherited from
AwsSpeechFullApiCallanalyticsjobsGeneratedClient.TranscribeListCallAnalyticsJobs
TranscribeListLanguageModels()
TranscribeListLanguageModels(...args): Promise<AwsSpeechFullApiSchemaListLanguageModelsResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListLanguageModels">] |
Returns
Promise\<AwsSpeechFullApiSchemaListLanguageModelsResponse>
Inherited from
AwsSpeechFullApiLanguagemodelsGeneratedClient.TranscribeListLanguageModels
TranscribeListMedicalScribeJobs()
TranscribeListMedicalScribeJobs(...args): Promise<AwsSpeechFullApiSchemaListMedicalScribeJobsResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListMedicalScribeJobs">] |
Returns
Promise\<AwsSpeechFullApiSchemaListMedicalScribeJobsResponse>
Inherited from
AwsSpeechFullApiMedicalscribejobsGeneratedClient.TranscribeListMedicalScribeJobs
TranscribeListMedicalTranscriptionJobs()
TranscribeListMedicalTranscriptionJobs(...args): Promise<AwsSpeechFullApiSchemaListMedicalTranscriptionJobsResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListMedicalTranscriptionJobs">] |
Returns
Promise\<AwsSpeechFullApiSchemaListMedicalTranscriptionJobsResponse>
Inherited from
AwsSpeechFullApiMedicaltranscriptionjobsGeneratedClient.TranscribeListMedicalTranscriptionJobs
TranscribeListMedicalVocabularies()
TranscribeListMedicalVocabularies(...args): Promise<AwsSpeechFullApiSchemaListMedicalVocabulariesResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListMedicalVocabularies">] |
Returns
Promise\<AwsSpeechFullApiSchemaListMedicalVocabulariesResponse>
Inherited from
AwsSpeechFullApiMedicalvocabulariesGeneratedClient.TranscribeListMedicalVocabularies
TranscribeListTagsForResource(...args): Promise<AwsSpeechFullApiSchemaListTagsForResourceResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListTagsForResource">] |
Returns
Promise\<AwsSpeechFullApiSchemaListTagsForResourceResponse>
Inherited from
AwsSpeechFullApiTagsGeneratedClient.TranscribeListTagsForResource
TranscribeListTranscriptionJobs()
TranscribeListTranscriptionJobs(...args): Promise<AwsSpeechFullApiSchemaListTranscriptionJobsResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListTranscriptionJobs">] |
Returns
Promise\<AwsSpeechFullApiSchemaListTranscriptionJobsResponse>
Inherited from
AwsSpeechFullApiTranscriptionjobsGeneratedClient.TranscribeListTranscriptionJobs
TranscribeListVocabularies()
TranscribeListVocabularies(...args): Promise<AwsSpeechFullApiSchemaListVocabulariesResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListVocabularies">] |
Returns
Promise\<AwsSpeechFullApiSchemaListVocabulariesResponse>
Inherited from
AwsSpeechFullApiVocabulariesGeneratedClient.TranscribeListVocabularies
TranscribeListVocabularyFilters()
TranscribeListVocabularyFilters(...args): Promise<AwsSpeechFullApiSchemaListVocabularyFiltersResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:ListVocabularyFilters">] |
Returns
Promise\<AwsSpeechFullApiSchemaListVocabularyFiltersResponse>
Inherited from
AwsSpeechFullApiVocabularyFiltersGeneratedClient.TranscribeListVocabularyFilters
TranscribeStartCallAnalyticsJob()
TranscribeStartCallAnalyticsJob(...args): Promise<AwsSpeechFullApiSchemaStartCallAnalyticsJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:StartCallAnalyticsJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartCallAnalyticsJobResponse>
Inherited from
AwsSpeechFullApiCallanalyticsjobsGeneratedClient.TranscribeStartCallAnalyticsJob
TranscribeStartMedicalScribeJob()
TranscribeStartMedicalScribeJob(...args): Promise<AwsSpeechFullApiSchemaStartMedicalScribeJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:StartMedicalScribeJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartMedicalScribeJobResponse>
Inherited from
AwsSpeechFullApiMedicalscribejobsGeneratedClient.TranscribeStartMedicalScribeJob
TranscribeStartMedicalTranscriptionJob()
TranscribeStartMedicalTranscriptionJob(...args): Promise<AwsSpeechFullApiSchemaStartMedicalTranscriptionJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:StartMedicalTranscriptionJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartMedicalTranscriptionJobResponse>
Inherited from
AwsSpeechFullApiMedicaltranscriptionjobsGeneratedClient.TranscribeStartMedicalTranscriptionJob
TranscribeStartTranscriptionJob()
TranscribeStartTranscriptionJob(...args): Promise<AwsSpeechFullApiSchemaStartTranscriptionJobResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:StartTranscriptionJob">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartTranscriptionJobResponse>
Inherited from
AwsSpeechFullApiTranscriptionjobsGeneratedClient.TranscribeStartTranscriptionJob
TranscribeStreamingGetMedicalScribeStream()
TranscribeStreamingGetMedicalScribeStream(...args): Promise<AwsSpeechFullApiSchemaGetMedicalScribeStreamResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe-streaming:GetMedicalScribeStream">] |
Returns
Promise\<AwsSpeechFullApiSchemaGetMedicalScribeStreamResponse>
Inherited from
AwsSpeechFullApiMedicalScribeStreamGeneratedClient.TranscribeStreamingGetMedicalScribeStream
TranscribeStreamingStartCallAnalyticsStreamTranscription()
TranscribeStreamingStartCallAnalyticsStreamTranscription(...args): Promise<AwsSpeechFullApiSchemaStartCallAnalyticsStreamTranscriptionResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe-streaming:StartCallAnalyticsStreamTranscription">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartCallAnalyticsStreamTranscriptionResponse>
Inherited from
AwsSpeechFullApiCallAnalyticsStreamTranscriptionGeneratedClient.TranscribeStreamingStartCallAnalyticsStreamTranscription
TranscribeStreamingStartMedicalScribeStream()
TranscribeStreamingStartMedicalScribeStream(...args): Promise<AwsSpeechFullApiSchemaStartMedicalScribeStreamResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe-streaming:StartMedicalScribeStream">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartMedicalScribeStreamResponse>
Inherited from
AwsSpeechFullApiMedicalScribeStreamGeneratedClient.TranscribeStreamingStartMedicalScribeStream
TranscribeStreamingStartMedicalStreamTranscription()
TranscribeStreamingStartMedicalStreamTranscription(...args): Promise<AwsSpeechFullApiSchemaStartMedicalStreamTranscriptionResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe-streaming:StartMedicalStreamTranscription">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartMedicalStreamTranscriptionResponse>
Inherited from
AwsSpeechFullApiMedicalStreamTranscriptionGeneratedClient.TranscribeStreamingStartMedicalStreamTranscription
TranscribeStreamingStartStreamTranscription()
TranscribeStreamingStartStreamTranscription(...args): Promise<AwsSpeechFullApiSchemaStartStreamTranscriptionResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe-streaming:StartStreamTranscription">] |
Returns
Promise\<AwsSpeechFullApiSchemaStartStreamTranscriptionResponse>
Inherited from
AwsSpeechFullApiStreamTranscriptionGeneratedClient.TranscribeStreamingStartStreamTranscription
TranscribeTagResource()
TranscribeTagResource(...args): Promise<AwsSpeechFullApiSchemaTagResourceResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:TagResource">] |
Returns
Promise\<AwsSpeechFullApiSchemaTagResourceResponse>
Inherited from
AwsSpeechFullApiTagsGeneratedClient.TranscribeTagResource
TranscribeUntagResource()
TranscribeUntagResource(...args): Promise<AwsSpeechFullApiSchemaUntagResourceResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:UntagResource">] |
Returns
Promise\<AwsSpeechFullApiSchemaUntagResourceResponse>
Inherited from
AwsSpeechFullApiTagsGeneratedClient.TranscribeUntagResource
TranscribeUpdateCallAnalyticsCategory()
TranscribeUpdateCallAnalyticsCategory(...args): Promise<AwsSpeechFullApiSchemaUpdateCallAnalyticsCategoryResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:UpdateCallAnalyticsCategory">] |
Returns
Promise\<AwsSpeechFullApiSchemaUpdateCallAnalyticsCategoryResponse>
Inherited from
AwsSpeechFullApiCallanalyticscategoriesGeneratedClient.TranscribeUpdateCallAnalyticsCategory
TranscribeUpdateMedicalVocabulary()
TranscribeUpdateMedicalVocabulary(...args): Promise<AwsSpeechFullApiSchemaUpdateMedicalVocabularyResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:UpdateMedicalVocabulary">] |
Returns
Promise\<AwsSpeechFullApiSchemaUpdateMedicalVocabularyResponse>
Inherited from
AwsSpeechFullApiMedicalvocabulariesGeneratedClient.TranscribeUpdateMedicalVocabulary
TranscribeUpdateVocabulary()
TranscribeUpdateVocabulary(...args): Promise<AwsSpeechFullApiSchemaUpdateVocabularyResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:UpdateVocabulary">] |
Returns
Promise\<AwsSpeechFullApiSchemaUpdateVocabularyResponse>
Inherited from
AwsSpeechFullApiVocabulariesGeneratedClient.TranscribeUpdateVocabulary
TranscribeUpdateVocabularyFilter()
TranscribeUpdateVocabularyFilter(...args): Promise<AwsSpeechFullApiSchemaUpdateVocabularyFilterResponse>;
Parameters
| Parameter |
Type |
...args |
[AwsSpeechFullApiOperationInput\<"transcribe:UpdateVocabularyFilter">] |
Returns
Promise\<AwsSpeechFullApiSchemaUpdateVocabularyFilterResponse>
Inherited from
AwsSpeechFullApiVocabularyFiltersGeneratedClient.TranscribeUpdateVocabularyFilter
AwsSpeechFullApiOperation
Properties
apiVersion
docsUrl
endpointPrefix
functionName
method
method: AwsSpeechFullApiOperationMethod;
modelName
modelPath
operationId
outputShape
path
protocol
serviceKey
serviceName
signingName
uid
AwsSpeechFullApiOperationQueryMap
Properties
polly:DeleteLexicon
polly:DeleteLexicon: {
};
polly:DescribeVoices
polly:DescribeVoices: {
Engine?: AwsSpeechFullApiSchemaJsonValue;
IncludeAdditionalLanguageCodes?: boolean;
LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
NextToken?: string;
};
Engine?
optional Engine?: AwsSpeechFullApiSchemaJsonValue;
IncludeAdditionalLanguageCodes?
optional IncludeAdditionalLanguageCodes?: boolean;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
NextToken?
optional NextToken?: string;
polly:GetLexicon
polly:GetSpeechSynthesisTask
polly:GetSpeechSynthesisTask: {
};
polly:ListLexicons
polly:ListLexicons: {
NextToken?: string;
};
NextToken?
optional NextToken?: string;
polly:ListSpeechSynthesisTasks
polly:ListSpeechSynthesisTasks: {
MaxResults?: number;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaJsonValue;
};
MaxResults?
optional MaxResults?: number;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaJsonValue;
polly:PutLexicon
polly:StartSpeechSynthesisStream
polly:StartSpeechSynthesisStream: {
};
polly:StartSpeechSynthesisTask
polly:StartSpeechSynthesisTask: {
};
polly:SynthesizeSpeech
polly:SynthesizeSpeech: {
};
transcribe-streaming:GetMedicalScribeStream
transcribe-streaming:GetMedicalScribeStream: {
};
transcribe-streaming:StartCallAnalyticsStreamTranscription
transcribe-streaming:StartCallAnalyticsStreamTranscription: {
};
transcribe-streaming:StartMedicalScribeStream
transcribe-streaming:StartMedicalScribeStream: {
};
transcribe-streaming:StartMedicalStreamTranscription
transcribe-streaming:StartMedicalStreamTranscription: {
};
transcribe-streaming:StartStreamTranscription
transcribe-streaming:StartStreamTranscription: {
};
transcribe:CreateCallAnalyticsCategory
transcribe:CreateCallAnalyticsCategory: {
};
transcribe:CreateLanguageModel
transcribe:CreateLanguageModel: {
};
transcribe:CreateMedicalVocabulary
transcribe:CreateMedicalVocabulary: {
};
transcribe:CreateVocabulary
transcribe:CreateVocabulary: {
};
transcribe:CreateVocabularyFilter
transcribe:CreateVocabularyFilter: {
};
transcribe:DeleteCallAnalyticsCategory
transcribe:DeleteCallAnalyticsCategory: {
};
transcribe:DeleteCallAnalyticsJob
transcribe:DeleteCallAnalyticsJob: {
};
transcribe:DeleteLanguageModel
transcribe:DeleteLanguageModel: {
};
transcribe:DeleteMedicalScribeJob
transcribe:DeleteMedicalScribeJob: {
};
transcribe:DeleteMedicalTranscriptionJob
transcribe:DeleteMedicalTranscriptionJob: {
};
transcribe:DeleteMedicalVocabulary
transcribe:DeleteMedicalVocabulary: {
};
transcribe:DeleteTranscriptionJob
transcribe:DeleteTranscriptionJob: {
};
transcribe:DeleteVocabulary
transcribe:DeleteVocabulary: {
};
transcribe:DeleteVocabularyFilter
transcribe:DeleteVocabularyFilter: {
};
transcribe:DescribeLanguageModel
transcribe:DescribeLanguageModel: {
};
transcribe:GetCallAnalyticsCategory
transcribe:GetCallAnalyticsCategory: {
};
transcribe:GetCallAnalyticsJob
transcribe:GetCallAnalyticsJob: {
};
transcribe:GetMedicalScribeJob
transcribe:GetMedicalScribeJob: {
};
transcribe:GetMedicalTranscriptionJob
transcribe:GetMedicalTranscriptionJob: {
};
transcribe:GetMedicalVocabulary
transcribe:GetMedicalVocabulary: {
};
transcribe:GetTranscriptionJob
transcribe:GetTranscriptionJob: {
};
transcribe:GetVocabulary
transcribe:GetVocabulary: {
};
transcribe:GetVocabularyFilter
transcribe:GetVocabularyFilter: {
};
transcribe:ListCallAnalyticsCategories
transcribe:ListCallAnalyticsCategories: {
MaxResults?: number;
NextToken?: string;
};
MaxResults?
optional MaxResults?: number;
NextToken?
optional NextToken?: string;
transcribe:ListCallAnalyticsJobs
transcribe:ListCallAnalyticsJobs: {
JobNameContains?: string;
MaxResults?: number;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaJsonValue;
};
JobNameContains?
optional JobNameContains?: string;
MaxResults?
optional MaxResults?: number;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaJsonValue;
transcribe:ListLanguageModels
transcribe:ListLanguageModels: {
MaxResults?: number;
NameContains?: string;
NextToken?: string;
StatusEquals?: AwsSpeechFullApiSchemaJsonValue;
};
MaxResults?
optional MaxResults?: number;
NameContains?
optional NameContains?: string;
NextToken?
optional NextToken?: string;
StatusEquals?
optional StatusEquals?: AwsSpeechFullApiSchemaJsonValue;
transcribe:ListMedicalScribeJobs
transcribe:ListMedicalScribeJobs: {
JobNameContains?: string;
MaxResults?: number;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaJsonValue;
};
JobNameContains?
optional JobNameContains?: string;
MaxResults?
optional MaxResults?: number;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaJsonValue;
transcribe:ListMedicalTranscriptionJobs
transcribe:ListMedicalTranscriptionJobs: {
JobNameContains?: string;
MaxResults?: number;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaJsonValue;
};
JobNameContains?
optional JobNameContains?: string;
MaxResults?
optional MaxResults?: number;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaJsonValue;
transcribe:ListMedicalVocabularies
transcribe:ListMedicalVocabularies: {
MaxResults?: number;
NameContains?: string;
NextToken?: string;
StateEquals?: AwsSpeechFullApiSchemaJsonValue;
};
MaxResults?
optional MaxResults?: number;
NameContains?
optional NameContains?: string;
NextToken?
optional NextToken?: string;
StateEquals?
optional StateEquals?: AwsSpeechFullApiSchemaJsonValue;
transcribe:ListTagsForResource: {
};
transcribe:ListTranscriptionJobs
transcribe:ListTranscriptionJobs: {
JobNameContains?: string;
MaxResults?: number;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaJsonValue;
};
JobNameContains?
optional JobNameContains?: string;
MaxResults?
optional MaxResults?: number;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaJsonValue;
transcribe:ListVocabularies
transcribe:ListVocabularies: {
MaxResults?: number;
NameContains?: string;
NextToken?: string;
StateEquals?: AwsSpeechFullApiSchemaJsonValue;
};
MaxResults?
optional MaxResults?: number;
NameContains?
optional NameContains?: string;
NextToken?
optional NextToken?: string;
StateEquals?
optional StateEquals?: AwsSpeechFullApiSchemaJsonValue;
transcribe:ListVocabularyFilters
transcribe:ListVocabularyFilters: {
MaxResults?: number;
NameContains?: string;
NextToken?: string;
};
MaxResults?
optional MaxResults?: number;
NameContains?
optional NameContains?: string;
NextToken?
optional NextToken?: string;
transcribe:StartCallAnalyticsJob
transcribe:StartCallAnalyticsJob: {
};
transcribe:StartMedicalScribeJob
transcribe:StartMedicalScribeJob: {
};
transcribe:StartMedicalTranscriptionJob
transcribe:StartMedicalTranscriptionJob: {
};
transcribe:StartTranscriptionJob
transcribe:StartTranscriptionJob: {
};
transcribe:TagResource
transcribe:TagResource: {
};
transcribe:UntagResource
transcribe:UntagResource: {
TagKeys: AwsSpeechFullApiSchemaTagKeyList;
};
TagKeys
TagKeys: AwsSpeechFullApiSchemaTagKeyList;
transcribe:UpdateCallAnalyticsCategory
transcribe:UpdateCallAnalyticsCategory: {
};
transcribe:UpdateMedicalVocabulary
transcribe:UpdateMedicalVocabulary: {
};
transcribe:UpdateVocabulary
transcribe:UpdateVocabulary: {
};
transcribe:UpdateVocabularyFilter
transcribe:UpdateVocabularyFilter: {
};
AwsSpeechFullApiOperationQueryRequiredMap
Properties
polly:DeleteLexicon
polly:DeleteLexicon: false;
polly:DescribeVoices
polly:DescribeVoices: false;
polly:GetLexicon
polly:GetSpeechSynthesisTask
polly:GetSpeechSynthesisTask: false;
polly:ListLexicons
polly:ListLexicons: false;
polly:ListSpeechSynthesisTasks
polly:ListSpeechSynthesisTasks: false;
polly:PutLexicon
polly:StartSpeechSynthesisStream
polly:StartSpeechSynthesisStream: false;
polly:StartSpeechSynthesisTask
polly:StartSpeechSynthesisTask: false;
polly:SynthesizeSpeech
polly:SynthesizeSpeech: false;
transcribe-streaming:GetMedicalScribeStream
transcribe-streaming:GetMedicalScribeStream: false;
transcribe-streaming:StartCallAnalyticsStreamTranscription
transcribe-streaming:StartCallAnalyticsStreamTranscription: false;
transcribe-streaming:StartMedicalScribeStream
transcribe-streaming:StartMedicalScribeStream: false;
transcribe-streaming:StartMedicalStreamTranscription
transcribe-streaming:StartMedicalStreamTranscription: false;
transcribe-streaming:StartStreamTranscription
transcribe-streaming:StartStreamTranscription: false;
transcribe:CreateCallAnalyticsCategory
transcribe:CreateCallAnalyticsCategory: false;
transcribe:CreateLanguageModel
transcribe:CreateLanguageModel: false;
transcribe:CreateMedicalVocabulary
transcribe:CreateMedicalVocabulary: false;
transcribe:CreateVocabulary
transcribe:CreateVocabulary: false;
transcribe:CreateVocabularyFilter
transcribe:CreateVocabularyFilter: false;
transcribe:DeleteCallAnalyticsCategory
transcribe:DeleteCallAnalyticsCategory: false;
transcribe:DeleteCallAnalyticsJob
transcribe:DeleteCallAnalyticsJob: false;
transcribe:DeleteLanguageModel
transcribe:DeleteLanguageModel: false;
transcribe:DeleteMedicalScribeJob
transcribe:DeleteMedicalScribeJob: false;
transcribe:DeleteMedicalTranscriptionJob
transcribe:DeleteMedicalTranscriptionJob: false;
transcribe:DeleteMedicalVocabulary
transcribe:DeleteMedicalVocabulary: false;
transcribe:DeleteTranscriptionJob
transcribe:DeleteTranscriptionJob: false;
transcribe:DeleteVocabulary
transcribe:DeleteVocabulary: false;
transcribe:DeleteVocabularyFilter
transcribe:DeleteVocabularyFilter: false;
transcribe:DescribeLanguageModel
transcribe:DescribeLanguageModel: false;
transcribe:GetCallAnalyticsCategory
transcribe:GetCallAnalyticsCategory: false;
transcribe:GetCallAnalyticsJob
transcribe:GetCallAnalyticsJob: false;
transcribe:GetMedicalScribeJob
transcribe:GetMedicalScribeJob: false;
transcribe:GetMedicalTranscriptionJob
transcribe:GetMedicalTranscriptionJob: false;
transcribe:GetMedicalVocabulary
transcribe:GetMedicalVocabulary: false;
transcribe:GetTranscriptionJob
transcribe:GetTranscriptionJob: false;
transcribe:GetVocabulary
transcribe:GetVocabulary: false;
transcribe:GetVocabularyFilter
transcribe:GetVocabularyFilter: false;
transcribe:ListCallAnalyticsCategories
transcribe:ListCallAnalyticsCategories: false;
transcribe:ListCallAnalyticsJobs
transcribe:ListCallAnalyticsJobs: false;
transcribe:ListLanguageModels
transcribe:ListLanguageModels: false;
transcribe:ListMedicalScribeJobs
transcribe:ListMedicalScribeJobs: false;
transcribe:ListMedicalTranscriptionJobs
transcribe:ListMedicalTranscriptionJobs: false;
transcribe:ListMedicalVocabularies
transcribe:ListMedicalVocabularies: false;
transcribe:ListTagsForResource: false;
transcribe:ListTranscriptionJobs
transcribe:ListTranscriptionJobs: false;
transcribe:ListVocabularies
transcribe:ListVocabularies: false;
transcribe:ListVocabularyFilters
transcribe:ListVocabularyFilters: false;
transcribe:StartCallAnalyticsJob
transcribe:StartCallAnalyticsJob: false;
transcribe:StartMedicalScribeJob
transcribe:StartMedicalScribeJob: false;
transcribe:StartMedicalTranscriptionJob
transcribe:StartMedicalTranscriptionJob: false;
transcribe:StartTranscriptionJob
transcribe:StartTranscriptionJob: false;
transcribe:TagResource
transcribe:TagResource: false;
transcribe:UntagResource
transcribe:UntagResource: true;
transcribe:UpdateCallAnalyticsCategory
transcribe:UpdateCallAnalyticsCategory: false;
transcribe:UpdateMedicalVocabulary
transcribe:UpdateMedicalVocabulary: false;
transcribe:UpdateVocabulary
transcribe:UpdateVocabulary: false;
transcribe:UpdateVocabularyFilter
transcribe:UpdateVocabularyFilter: false;
AwsSpeechFullApiOperationRequestBodyMap
Properties
polly:DeleteLexicon
polly:DeleteLexicon: never;
polly:DescribeVoices
polly:DescribeVoices: never;
polly:GetLexicon
polly:GetSpeechSynthesisTask
polly:GetSpeechSynthesisTask: never;
polly:ListLexicons
polly:ListLexicons: never;
polly:ListSpeechSynthesisTasks
polly:ListSpeechSynthesisTasks: never;
polly:PutLexicon
polly:PutLexicon: {
Content: string;
};
Content
polly:StartSpeechSynthesisStream
polly:StartSpeechSynthesisStream: AwsSpeechFullApiSchemaStartSpeechSynthesisStreamActionStream;
polly:StartSpeechSynthesisTask
polly:StartSpeechSynthesisTask: {
Engine?: AwsSpeechFullApiSchemaJsonValue;
LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
LexiconNames?: AwsSpeechFullApiSchemaLexiconNameList;
OutputFormat: AwsSpeechFullApiSchemaJsonValue;
OutputS3BucketName: string;
OutputS3KeyPrefix?: string;
SampleRate?: string;
SnsTopicArn?: string;
SpeechMarkTypes?: AwsSpeechFullApiSchemaSpeechMarkTypeList;
Text: string;
TextType?: AwsSpeechFullApiSchemaJsonValue;
VoiceId: AwsSpeechFullApiSchemaJsonValue;
};
Engine?
optional Engine?: AwsSpeechFullApiSchemaJsonValue;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
LexiconNames?
optional LexiconNames?: AwsSpeechFullApiSchemaLexiconNameList;
OutputFormat: AwsSpeechFullApiSchemaJsonValue;
OutputS3BucketName
OutputS3BucketName: string;
OutputS3KeyPrefix?
optional OutputS3KeyPrefix?: string;
SampleRate?
optional SampleRate?: string;
SnsTopicArn?
optional SnsTopicArn?: string;
SpeechMarkTypes?
optional SpeechMarkTypes?: AwsSpeechFullApiSchemaSpeechMarkTypeList;
Text
TextType?
optional TextType?: AwsSpeechFullApiSchemaJsonValue;
VoiceId
VoiceId: AwsSpeechFullApiSchemaJsonValue;
polly:SynthesizeSpeech
polly:SynthesizeSpeech: {
Engine?: AwsSpeechFullApiSchemaJsonValue;
LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
LexiconNames?: AwsSpeechFullApiSchemaLexiconNameList;
OutputFormat: AwsSpeechFullApiSchemaJsonValue;
SampleRate?: string;
SpeechMarkTypes?: AwsSpeechFullApiSchemaSpeechMarkTypeList;
Text: string;
TextType?: AwsSpeechFullApiSchemaJsonValue;
VoiceId: AwsSpeechFullApiSchemaJsonValue;
};
Engine?
optional Engine?: AwsSpeechFullApiSchemaJsonValue;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
LexiconNames?
optional LexiconNames?: AwsSpeechFullApiSchemaLexiconNameList;
OutputFormat: AwsSpeechFullApiSchemaJsonValue;
SampleRate?
optional SampleRate?: string;
SpeechMarkTypes?
optional SpeechMarkTypes?: AwsSpeechFullApiSchemaSpeechMarkTypeList;
Text
TextType?
optional TextType?: AwsSpeechFullApiSchemaJsonValue;
VoiceId
VoiceId: AwsSpeechFullApiSchemaJsonValue;
transcribe-streaming:GetMedicalScribeStream
transcribe-streaming:GetMedicalScribeStream: never;
transcribe-streaming:StartCallAnalyticsStreamTranscription
transcribe-streaming:StartCallAnalyticsStreamTranscription: AwsSpeechFullApiSchemaAudioStream;
transcribe-streaming:StartMedicalScribeStream
transcribe-streaming:StartMedicalScribeStream: AwsSpeechFullApiSchemaMedicalScribeInputStream;
transcribe-streaming:StartMedicalStreamTranscription
transcribe-streaming:StartMedicalStreamTranscription: AwsSpeechFullApiSchemaAudioStream;
transcribe-streaming:StartStreamTranscription
transcribe-streaming:StartStreamTranscription: AwsSpeechFullApiSchemaAudioStream;
transcribe:CreateCallAnalyticsCategory
transcribe:CreateCallAnalyticsCategory: {
InputType?: AwsSpeechFullApiSchemaJsonValue;
Rules: AwsSpeechFullApiSchemaRuleList;
Tags?: AwsSpeechFullApiSchemaTagList;
};
optional InputType?: AwsSpeechFullApiSchemaJsonValue;
Rules
Rules: AwsSpeechFullApiSchemaRuleList;
optional Tags?: AwsSpeechFullApiSchemaTagList;
transcribe:CreateLanguageModel
transcribe:CreateLanguageModel: {
BaseModelName: AwsSpeechFullApiSchemaJsonValue;
InputDataConfig: AwsSpeechFullApiSchemaInputDataConfig;
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Tags?: AwsSpeechFullApiSchemaTagList;
};
BaseModelName
BaseModelName: AwsSpeechFullApiSchemaJsonValue;
InputDataConfig: AwsSpeechFullApiSchemaInputDataConfig;
LanguageCode
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
optional Tags?: AwsSpeechFullApiSchemaTagList;
transcribe:CreateMedicalVocabulary
transcribe:CreateMedicalVocabulary: {
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Tags?: AwsSpeechFullApiSchemaTagList;
VocabularyFileUri: string;
};
LanguageCode
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
optional Tags?: AwsSpeechFullApiSchemaTagList;
VocabularyFileUri
VocabularyFileUri: string;
transcribe:CreateVocabulary
transcribe:CreateVocabulary: {
DataAccessRoleArn?: string;
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Phrases?: AwsSpeechFullApiSchemaPhrases;
Tags?: AwsSpeechFullApiSchemaTagList;
VocabularyFileUri?: string;
};
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
LanguageCode
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Phrases?
optional Phrases?: AwsSpeechFullApiSchemaPhrases;
optional Tags?: AwsSpeechFullApiSchemaTagList;
VocabularyFileUri?
optional VocabularyFileUri?: string;
transcribe:CreateVocabularyFilter
transcribe:CreateVocabularyFilter: {
DataAccessRoleArn?: string;
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Tags?: AwsSpeechFullApiSchemaTagList;
VocabularyFilterFileUri?: string;
Words?: AwsSpeechFullApiSchemaWords;
};
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
LanguageCode
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
optional Tags?: AwsSpeechFullApiSchemaTagList;
VocabularyFilterFileUri?
optional VocabularyFilterFileUri?: string;
Words?
optional Words?: AwsSpeechFullApiSchemaWords;
transcribe:DeleteCallAnalyticsCategory
transcribe:DeleteCallAnalyticsCategory: never;
transcribe:DeleteCallAnalyticsJob
transcribe:DeleteCallAnalyticsJob: never;
transcribe:DeleteLanguageModel
transcribe:DeleteLanguageModel: never;
transcribe:DeleteMedicalScribeJob
transcribe:DeleteMedicalScribeJob: never;
transcribe:DeleteMedicalTranscriptionJob
transcribe:DeleteMedicalTranscriptionJob: never;
transcribe:DeleteMedicalVocabulary
transcribe:DeleteMedicalVocabulary: never;
transcribe:DeleteTranscriptionJob
transcribe:DeleteTranscriptionJob: never;
transcribe:DeleteVocabulary
transcribe:DeleteVocabulary: never;
transcribe:DeleteVocabularyFilter
transcribe:DeleteVocabularyFilter: never;
transcribe:DescribeLanguageModel
transcribe:DescribeLanguageModel: never;
transcribe:GetCallAnalyticsCategory
transcribe:GetCallAnalyticsCategory: never;
transcribe:GetCallAnalyticsJob
transcribe:GetCallAnalyticsJob: never;
transcribe:GetMedicalScribeJob
transcribe:GetMedicalScribeJob: never;
transcribe:GetMedicalTranscriptionJob
transcribe:GetMedicalTranscriptionJob: never;
transcribe:GetMedicalVocabulary
transcribe:GetMedicalVocabulary: never;
transcribe:GetTranscriptionJob
transcribe:GetTranscriptionJob: never;
transcribe:GetVocabulary
transcribe:GetVocabulary: never;
transcribe:GetVocabularyFilter
transcribe:GetVocabularyFilter: never;
transcribe:ListCallAnalyticsCategories
transcribe:ListCallAnalyticsCategories: never;
transcribe:ListCallAnalyticsJobs
transcribe:ListCallAnalyticsJobs: never;
transcribe:ListLanguageModels
transcribe:ListLanguageModels: never;
transcribe:ListMedicalScribeJobs
transcribe:ListMedicalScribeJobs: never;
transcribe:ListMedicalTranscriptionJobs
transcribe:ListMedicalTranscriptionJobs: never;
transcribe:ListMedicalVocabularies
transcribe:ListMedicalVocabularies: never;
transcribe:ListTagsForResource: never;
transcribe:ListTranscriptionJobs
transcribe:ListTranscriptionJobs: never;
transcribe:ListVocabularies
transcribe:ListVocabularies: never;
transcribe:ListVocabularyFilters
transcribe:ListVocabularyFilters: never;
transcribe:StartCallAnalyticsJob
transcribe:StartCallAnalyticsJob: {
ChannelDefinitions?: AwsSpeechFullApiSchemaChannelDefinitions;
DataAccessRoleArn?: string;
Media: AwsSpeechFullApiSchemaMedia;
OutputEncryptionKMSKeyId?: string;
OutputLocation?: string;
Settings?: AwsSpeechFullApiSchemaCallAnalyticsJobSettings;
Tags?: AwsSpeechFullApiSchemaTagList;
};
ChannelDefinitions?
optional ChannelDefinitions?: AwsSpeechFullApiSchemaChannelDefinitions;
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
Media: AwsSpeechFullApiSchemaMedia;
OutputEncryptionKMSKeyId?
optional OutputEncryptionKMSKeyId?: string;
OutputLocation?
optional OutputLocation?: string;
Settings?
optional Settings?: AwsSpeechFullApiSchemaCallAnalyticsJobSettings;
optional Tags?: AwsSpeechFullApiSchemaTagList;
transcribe:StartMedicalScribeJob
transcribe:StartMedicalScribeJob: {
ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions;
DataAccessRoleArn: string;
KMSEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap;
Media: AwsSpeechFullApiSchemaMedia;
MedicalScribeContext?: AwsSpeechFullApiSchemaMedicalScribeContext;
OutputBucketName: string;
OutputEncryptionKMSKeyId?: string;
Settings: AwsSpeechFullApiSchemaMedicalScribeSettings;
Tags?: AwsSpeechFullApiSchemaTagList;
};
ChannelDefinitions?
optional ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions;
DataAccessRoleArn
DataAccessRoleArn: string;
KMSEncryptionContext?
optional KMSEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap;
Media: AwsSpeechFullApiSchemaMedia;
MedicalScribeContext?
optional MedicalScribeContext?: AwsSpeechFullApiSchemaMedicalScribeContext;
OutputBucketName
OutputBucketName: string;
OutputEncryptionKMSKeyId?
optional OutputEncryptionKMSKeyId?: string;
Settings
Settings: AwsSpeechFullApiSchemaMedicalScribeSettings;
optional Tags?: AwsSpeechFullApiSchemaTagList;
transcribe:StartMedicalTranscriptionJob
transcribe:StartMedicalTranscriptionJob: {
ContentIdentificationType?: AwsSpeechFullApiSchemaJsonValue;
KMSEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap;
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Media: AwsSpeechFullApiSchemaMedia;
MediaFormat?: AwsSpeechFullApiSchemaJsonValue;
MediaSampleRateHertz?: number;
OutputBucketName: string;
OutputEncryptionKMSKeyId?: string;
OutputKey?: string;
Settings?: AwsSpeechFullApiSchemaMedicalTranscriptionSetting;
Specialty: AwsSpeechFullApiSchemaJsonValue;
Tags?: AwsSpeechFullApiSchemaTagList;
Type: AwsSpeechFullApiSchemaJsonValue;
};
ContentIdentificationType?
optional ContentIdentificationType?: AwsSpeechFullApiSchemaJsonValue;
KMSEncryptionContext?
optional KMSEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap;
LanguageCode
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Media: AwsSpeechFullApiSchemaMedia;
optional MediaFormat?: AwsSpeechFullApiSchemaJsonValue;
optional MediaSampleRateHertz?: number;
OutputBucketName
OutputBucketName: string;
OutputEncryptionKMSKeyId?
optional OutputEncryptionKMSKeyId?: string;
OutputKey?
optional OutputKey?: string;
Settings?
optional Settings?: AwsSpeechFullApiSchemaMedicalTranscriptionSetting;
Specialty
Specialty: AwsSpeechFullApiSchemaJsonValue;
optional Tags?: AwsSpeechFullApiSchemaTagList;
Type
Type: AwsSpeechFullApiSchemaJsonValue;
transcribe:StartTranscriptionJob
transcribe:StartTranscriptionJob: {
ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?: boolean;
JobExecutionSettings?: AwsSpeechFullApiSchemaJobExecutionSettings;
KMSEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap;
LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
LanguageIdSettings?: AwsSpeechFullApiSchemaLanguageIdSettingsMap;
LanguageOptions?: AwsSpeechFullApiSchemaLanguageOptions;
Media: AwsSpeechFullApiSchemaMedia;
MediaFormat?: AwsSpeechFullApiSchemaJsonValue;
MediaSampleRateHertz?: number;
ModelSettings?: AwsSpeechFullApiSchemaModelSettings;
OutputBucketName?: string;
OutputEncryptionKMSKeyId?: string;
OutputKey?: string;
Settings?: AwsSpeechFullApiSchemaSettings;
Subtitles?: AwsSpeechFullApiSchemaSubtitles;
Tags?: AwsSpeechFullApiSchemaTagList;
ToxicityDetection?: AwsSpeechFullApiSchemaToxicityDetection;
};
ContentRedaction?
optional ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
IdentifyLanguage?
optional IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?
optional IdentifyMultipleLanguages?: boolean;
JobExecutionSettings?
optional JobExecutionSettings?: AwsSpeechFullApiSchemaJobExecutionSettings;
KMSEncryptionContext?
optional KMSEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaJsonValue;
LanguageIdSettings?
optional LanguageIdSettings?: AwsSpeechFullApiSchemaLanguageIdSettingsMap;
LanguageOptions?
optional LanguageOptions?: AwsSpeechFullApiSchemaLanguageOptions;
Media: AwsSpeechFullApiSchemaMedia;
optional MediaFormat?: AwsSpeechFullApiSchemaJsonValue;
optional MediaSampleRateHertz?: number;
ModelSettings?
optional ModelSettings?: AwsSpeechFullApiSchemaModelSettings;
OutputBucketName?
optional OutputBucketName?: string;
OutputEncryptionKMSKeyId?
optional OutputEncryptionKMSKeyId?: string;
OutputKey?
optional OutputKey?: string;
Settings?
optional Settings?: AwsSpeechFullApiSchemaSettings;
Subtitles?
optional Subtitles?: AwsSpeechFullApiSchemaSubtitles;
optional Tags?: AwsSpeechFullApiSchemaTagList;
ToxicityDetection?
optional ToxicityDetection?: AwsSpeechFullApiSchemaToxicityDetection;
transcribe:TagResource
transcribe:TagResource: {
Tags: AwsSpeechFullApiSchemaTagList;
};
Tags: AwsSpeechFullApiSchemaTagList;
transcribe:UntagResource
transcribe:UntagResource: never;
transcribe:UpdateCallAnalyticsCategory
transcribe:UpdateCallAnalyticsCategory: {
InputType?: AwsSpeechFullApiSchemaJsonValue;
Rules: AwsSpeechFullApiSchemaRuleList;
};
optional InputType?: AwsSpeechFullApiSchemaJsonValue;
Rules
Rules: AwsSpeechFullApiSchemaRuleList;
transcribe:UpdateMedicalVocabulary
transcribe:UpdateMedicalVocabulary: {
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
VocabularyFileUri: string;
};
LanguageCode
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
VocabularyFileUri
VocabularyFileUri: string;
transcribe:UpdateVocabulary
transcribe:UpdateVocabulary: {
DataAccessRoleArn?: string;
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Phrases?: AwsSpeechFullApiSchemaPhrases;
VocabularyFileUri?: string;
};
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
LanguageCode
LanguageCode: AwsSpeechFullApiSchemaJsonValue;
Phrases?
optional Phrases?: AwsSpeechFullApiSchemaPhrases;
VocabularyFileUri?
optional VocabularyFileUri?: string;
transcribe:UpdateVocabularyFilter
transcribe:UpdateVocabularyFilter: {
DataAccessRoleArn?: string;
VocabularyFilterFileUri?: string;
Words?: AwsSpeechFullApiSchemaWords;
};
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
VocabularyFilterFileUri?
optional VocabularyFilterFileUri?: string;
Words?
optional Words?: AwsSpeechFullApiSchemaWords;
AwsSpeechFullApiOperationRequestBodyRequiredMap
Properties
polly:DeleteLexicon
polly:DeleteLexicon: false;
polly:DescribeVoices
polly:DescribeVoices: false;
polly:GetLexicon
polly:GetSpeechSynthesisTask
polly:GetSpeechSynthesisTask: false;
polly:ListLexicons
polly:ListLexicons: false;
polly:ListSpeechSynthesisTasks
polly:ListSpeechSynthesisTasks: false;
polly:PutLexicon
polly:StartSpeechSynthesisStream
polly:StartSpeechSynthesisStream: false;
polly:StartSpeechSynthesisTask
polly:StartSpeechSynthesisTask: true;
polly:SynthesizeSpeech
polly:SynthesizeSpeech: true;
transcribe-streaming:GetMedicalScribeStream
transcribe-streaming:GetMedicalScribeStream: false;
transcribe-streaming:StartCallAnalyticsStreamTranscription
transcribe-streaming:StartCallAnalyticsStreamTranscription: true;
transcribe-streaming:StartMedicalScribeStream
transcribe-streaming:StartMedicalScribeStream: true;
transcribe-streaming:StartMedicalStreamTranscription
transcribe-streaming:StartMedicalStreamTranscription: true;
transcribe-streaming:StartStreamTranscription
transcribe-streaming:StartStreamTranscription: true;
transcribe:CreateCallAnalyticsCategory
transcribe:CreateCallAnalyticsCategory: true;
transcribe:CreateLanguageModel
transcribe:CreateLanguageModel: true;
transcribe:CreateMedicalVocabulary
transcribe:CreateMedicalVocabulary: true;
transcribe:CreateVocabulary
transcribe:CreateVocabulary: true;
transcribe:CreateVocabularyFilter
transcribe:CreateVocabularyFilter: true;
transcribe:DeleteCallAnalyticsCategory
transcribe:DeleteCallAnalyticsCategory: false;
transcribe:DeleteCallAnalyticsJob
transcribe:DeleteCallAnalyticsJob: false;
transcribe:DeleteLanguageModel
transcribe:DeleteLanguageModel: false;
transcribe:DeleteMedicalScribeJob
transcribe:DeleteMedicalScribeJob: false;
transcribe:DeleteMedicalTranscriptionJob
transcribe:DeleteMedicalTranscriptionJob: false;
transcribe:DeleteMedicalVocabulary
transcribe:DeleteMedicalVocabulary: false;
transcribe:DeleteTranscriptionJob
transcribe:DeleteTranscriptionJob: false;
transcribe:DeleteVocabulary
transcribe:DeleteVocabulary: false;
transcribe:DeleteVocabularyFilter
transcribe:DeleteVocabularyFilter: false;
transcribe:DescribeLanguageModel
transcribe:DescribeLanguageModel: false;
transcribe:GetCallAnalyticsCategory
transcribe:GetCallAnalyticsCategory: false;
transcribe:GetCallAnalyticsJob
transcribe:GetCallAnalyticsJob: false;
transcribe:GetMedicalScribeJob
transcribe:GetMedicalScribeJob: false;
transcribe:GetMedicalTranscriptionJob
transcribe:GetMedicalTranscriptionJob: false;
transcribe:GetMedicalVocabulary
transcribe:GetMedicalVocabulary: false;
transcribe:GetTranscriptionJob
transcribe:GetTranscriptionJob: false;
transcribe:GetVocabulary
transcribe:GetVocabulary: false;
transcribe:GetVocabularyFilter
transcribe:GetVocabularyFilter: false;
transcribe:ListCallAnalyticsCategories
transcribe:ListCallAnalyticsCategories: false;
transcribe:ListCallAnalyticsJobs
transcribe:ListCallAnalyticsJobs: false;
transcribe:ListLanguageModels
transcribe:ListLanguageModels: false;
transcribe:ListMedicalScribeJobs
transcribe:ListMedicalScribeJobs: false;
transcribe:ListMedicalTranscriptionJobs
transcribe:ListMedicalTranscriptionJobs: false;
transcribe:ListMedicalVocabularies
transcribe:ListMedicalVocabularies: false;
transcribe:ListTagsForResource: false;
transcribe:ListTranscriptionJobs
transcribe:ListTranscriptionJobs: false;
transcribe:ListVocabularies
transcribe:ListVocabularies: false;
transcribe:ListVocabularyFilters
transcribe:ListVocabularyFilters: false;
transcribe:StartCallAnalyticsJob
transcribe:StartCallAnalyticsJob: true;
transcribe:StartMedicalScribeJob
transcribe:StartMedicalScribeJob: true;
transcribe:StartMedicalTranscriptionJob
transcribe:StartMedicalTranscriptionJob: true;
transcribe:StartTranscriptionJob
transcribe:StartTranscriptionJob: true;
transcribe:TagResource
transcribe:TagResource: true;
transcribe:UntagResource
transcribe:UntagResource: false;
transcribe:UpdateCallAnalyticsCategory
transcribe:UpdateCallAnalyticsCategory: true;
transcribe:UpdateMedicalVocabulary
transcribe:UpdateMedicalVocabulary: true;
transcribe:UpdateVocabulary
transcribe:UpdateVocabulary: true;
transcribe:UpdateVocabularyFilter
transcribe:UpdateVocabularyFilter: false;
AwsSpeechFullApiOperationResponseMap
Properties
polly:DeleteLexicon
polly:DeleteLexicon: AwsSpeechFullApiSchemaDeleteLexiconOutput;
polly:DescribeVoices
polly:DescribeVoices: AwsSpeechFullApiSchemaDescribeVoicesOutput;
polly:GetLexicon
polly:GetLexicon: AwsSpeechFullApiSchemaGetLexiconOutput;
polly:GetSpeechSynthesisTask
polly:GetSpeechSynthesisTask: AwsSpeechFullApiSchemaGetSpeechSynthesisTaskOutput;
polly:ListLexicons
polly:ListLexicons: AwsSpeechFullApiSchemaListLexiconsOutput;
polly:ListSpeechSynthesisTasks
polly:ListSpeechSynthesisTasks: AwsSpeechFullApiSchemaListSpeechSynthesisTasksOutput;
polly:PutLexicon
polly:PutLexicon: AwsSpeechFullApiSchemaPutLexiconOutput;
polly:StartSpeechSynthesisStream
polly:StartSpeechSynthesisStream: AwsSpeechFullApiSchemaStartSpeechSynthesisStreamOutput;
polly:StartSpeechSynthesisTask
polly:StartSpeechSynthesisTask: AwsSpeechFullApiSchemaStartSpeechSynthesisTaskOutput;
polly:SynthesizeSpeech
polly:SynthesizeSpeech: AwsSpeechFullApiSchemaSynthesizeSpeechOutput;
transcribe-streaming:GetMedicalScribeStream
transcribe-streaming:GetMedicalScribeStream: AwsSpeechFullApiSchemaGetMedicalScribeStreamResponse;
transcribe-streaming:StartCallAnalyticsStreamTranscription
transcribe-streaming:StartCallAnalyticsStreamTranscription: AwsSpeechFullApiSchemaStartCallAnalyticsStreamTranscriptionResponse;
transcribe-streaming:StartMedicalScribeStream
transcribe-streaming:StartMedicalScribeStream: AwsSpeechFullApiSchemaStartMedicalScribeStreamResponse;
transcribe-streaming:StartMedicalStreamTranscription
transcribe-streaming:StartMedicalStreamTranscription: AwsSpeechFullApiSchemaStartMedicalStreamTranscriptionResponse;
transcribe-streaming:StartStreamTranscription
transcribe-streaming:StartStreamTranscription: AwsSpeechFullApiSchemaStartStreamTranscriptionResponse;
transcribe:CreateCallAnalyticsCategory
transcribe:CreateCallAnalyticsCategory: AwsSpeechFullApiSchemaCreateCallAnalyticsCategoryResponse;
transcribe:CreateLanguageModel
transcribe:CreateLanguageModel: AwsSpeechFullApiSchemaCreateLanguageModelResponse;
transcribe:CreateMedicalVocabulary
transcribe:CreateMedicalVocabulary: AwsSpeechFullApiSchemaCreateMedicalVocabularyResponse;
transcribe:CreateVocabulary
transcribe:CreateVocabulary: AwsSpeechFullApiSchemaCreateVocabularyResponse;
transcribe:CreateVocabularyFilter
transcribe:CreateVocabularyFilter: AwsSpeechFullApiSchemaCreateVocabularyFilterResponse;
transcribe:DeleteCallAnalyticsCategory
transcribe:DeleteCallAnalyticsCategory: AwsSpeechFullApiSchemaDeleteCallAnalyticsCategoryResponse;
transcribe:DeleteCallAnalyticsJob
transcribe:DeleteCallAnalyticsJob: AwsSpeechFullApiSchemaDeleteCallAnalyticsJobResponse;
transcribe:DeleteLanguageModel
transcribe:DeleteLanguageModel: void;
transcribe:DeleteMedicalScribeJob
transcribe:DeleteMedicalScribeJob: void;
transcribe:DeleteMedicalTranscriptionJob
transcribe:DeleteMedicalTranscriptionJob: void;
transcribe:DeleteMedicalVocabulary
transcribe:DeleteMedicalVocabulary: void;
transcribe:DeleteTranscriptionJob
transcribe:DeleteTranscriptionJob: void;
transcribe:DeleteVocabulary
transcribe:DeleteVocabulary: void;
transcribe:DeleteVocabularyFilter
transcribe:DeleteVocabularyFilter: void;
transcribe:DescribeLanguageModel
transcribe:DescribeLanguageModel: AwsSpeechFullApiSchemaDescribeLanguageModelResponse;
transcribe:GetCallAnalyticsCategory
transcribe:GetCallAnalyticsCategory: AwsSpeechFullApiSchemaGetCallAnalyticsCategoryResponse;
transcribe:GetCallAnalyticsJob
transcribe:GetCallAnalyticsJob: AwsSpeechFullApiSchemaGetCallAnalyticsJobResponse;
transcribe:GetMedicalScribeJob
transcribe:GetMedicalScribeJob: AwsSpeechFullApiSchemaGetMedicalScribeJobResponse;
transcribe:GetMedicalTranscriptionJob
transcribe:GetMedicalTranscriptionJob: AwsSpeechFullApiSchemaGetMedicalTranscriptionJobResponse;
transcribe:GetMedicalVocabulary
transcribe:GetMedicalVocabulary: AwsSpeechFullApiSchemaGetMedicalVocabularyResponse;
transcribe:GetTranscriptionJob
transcribe:GetTranscriptionJob: AwsSpeechFullApiSchemaGetTranscriptionJobResponse;
transcribe:GetVocabulary
transcribe:GetVocabulary: AwsSpeechFullApiSchemaGetVocabularyResponse;
transcribe:GetVocabularyFilter
transcribe:GetVocabularyFilter: AwsSpeechFullApiSchemaGetVocabularyFilterResponse;
transcribe:ListCallAnalyticsCategories
transcribe:ListCallAnalyticsCategories: AwsSpeechFullApiSchemaListCallAnalyticsCategoriesResponse;
transcribe:ListCallAnalyticsJobs
transcribe:ListCallAnalyticsJobs: AwsSpeechFullApiSchemaListCallAnalyticsJobsResponse;
transcribe:ListLanguageModels
transcribe:ListLanguageModels: AwsSpeechFullApiSchemaListLanguageModelsResponse;
transcribe:ListMedicalScribeJobs
transcribe:ListMedicalScribeJobs: AwsSpeechFullApiSchemaListMedicalScribeJobsResponse;
transcribe:ListMedicalTranscriptionJobs
transcribe:ListMedicalTranscriptionJobs: AwsSpeechFullApiSchemaListMedicalTranscriptionJobsResponse;
transcribe:ListMedicalVocabularies
transcribe:ListMedicalVocabularies: AwsSpeechFullApiSchemaListMedicalVocabulariesResponse;
transcribe:ListTagsForResource: AwsSpeechFullApiSchemaListTagsForResourceResponse;
transcribe:ListTranscriptionJobs
transcribe:ListTranscriptionJobs: AwsSpeechFullApiSchemaListTranscriptionJobsResponse;
transcribe:ListVocabularies
transcribe:ListVocabularies: AwsSpeechFullApiSchemaListVocabulariesResponse;
transcribe:ListVocabularyFilters
transcribe:ListVocabularyFilters: AwsSpeechFullApiSchemaListVocabularyFiltersResponse;
transcribe:StartCallAnalyticsJob
transcribe:StartCallAnalyticsJob: AwsSpeechFullApiSchemaStartCallAnalyticsJobResponse;
transcribe:StartMedicalScribeJob
transcribe:StartMedicalScribeJob: AwsSpeechFullApiSchemaStartMedicalScribeJobResponse;
transcribe:StartMedicalTranscriptionJob
transcribe:StartMedicalTranscriptionJob: AwsSpeechFullApiSchemaStartMedicalTranscriptionJobResponse;
transcribe:StartTranscriptionJob
transcribe:StartTranscriptionJob: AwsSpeechFullApiSchemaStartTranscriptionJobResponse;
transcribe:TagResource
transcribe:TagResource: AwsSpeechFullApiSchemaTagResourceResponse;
transcribe:UntagResource
transcribe:UntagResource: AwsSpeechFullApiSchemaUntagResourceResponse;
transcribe:UpdateCallAnalyticsCategory
transcribe:UpdateCallAnalyticsCategory: AwsSpeechFullApiSchemaUpdateCallAnalyticsCategoryResponse;
transcribe:UpdateMedicalVocabulary
transcribe:UpdateMedicalVocabulary: AwsSpeechFullApiSchemaUpdateMedicalVocabularyResponse;
transcribe:UpdateVocabulary
transcribe:UpdateVocabulary: AwsSpeechFullApiSchemaUpdateVocabularyResponse;
transcribe:UpdateVocabularyFilter
transcribe:UpdateVocabularyFilter: AwsSpeechFullApiSchemaUpdateVocabularyFilterResponse;
AwsSpeechJsonObject
Extended by
Indexable
[key: string]: AwsSpeechProviderExtensionValue
Properties
body?
optional body?: AwsSpeechProviderPayload;
contentType?
optional contentType?: string;
optional headers?: Record<string, string>;
pathParams?
optional pathParams?: Record<string, string | number>;
query?
optional query?: AwsSpeechProviderQuery;
responseType?
optional responseType?: "response" | "json" | "arrayBuffer" | "stream";
AwsSpeechProviderExtensionFields
Extends
Indexable
[key: string]: AwsSpeechProviderExtensionValue
AwsSpeechProviderResponse
Extends
Indexable
[key: string]: AwsSpeechProviderExtensionValue
AwsSpeechVoiceProviderOptions
Extends
Omit\<Partial\<SpeechPipelineVoiceProviderOptions>, "provider" | "transcriptionSource" | "transcribe" | "synthesize">
Properties
client?
optional client?: AwsSpeechClient;
enablePartialResultsStabilization?
optional enablePartialResultsStabilization?: boolean;
endSilenceMs?
optional endSilenceMs?: number;
Inherited from
engine?
optional engine?: AwsPollyEngine;
id?
Inherited from
identifyLanguage?
optional identifyLanguage?: boolean;
identifyMultipleLanguages?
optional identifyMultipleLanguages?: boolean;
languageCode?
optional languageCode?: string;
languageOptions?
optional languageOptions?: string[];
lexiconNames?
optional lexiconNames?: string[];
maxSpeechMs?
optional maxSpeechMs?: number;
Inherited from
optional mediaEncoding?: AwsTranscribeMediaEncoding;
minSpeechMs?
optional minSpeechMs?: number;
Inherited from
model?
Inherited from
optional outputFormat?: AwsPollyOutputFormat;
partialResultsStability?
optional partialResultsStability?: AwsTranscribePartialResultsStability;
pollyClient?
optional pollyClient?: AwsSdkCommandClient<AwsPollySynthesizeCommandOutput>;
pollyLanguageCode?
optional pollyLanguageCode?: string;
pollySampleRate?
optional pollySampleRate?: string;
preferredLanguage?
optional preferredLanguage?: string;
sampleRate?
optional sampleRate?: number;
Inherited from
silenceThreshold?
optional silenceThreshold?: number;
Inherited from
StartStreamTranscriptionCommand?
optional StartStreamTranscriptionCommand?: AwsSdkCommandConstructor<AwsTranscribeStreamingCommandInput>;
SynthesizeSpeechCommand?
optional SynthesizeSpeechCommand?: AwsSdkCommandConstructor<AwsPollySynthesizeCommandInput>;
textType?
optional textType?: AwsPollyTextType;
transcribeStreamingClient?
optional transcribeStreamingClient?: AwsSdkCommandClient<AwsTranscribeStreamingCommandOutput>;
vocabularyFilterMethod?
optional vocabularyFilterMethod?: AwsTranscribeVocabularyFilterMethod;
vocabularyFilterName?
optional vocabularyFilterName?: string;
vocabularyName?
optional vocabularyName?: string;
voiceId
Properties
audio
enablePartialResultsStabilization?
optional enablePartialResultsStabilization?: boolean;
identifyLanguage?
optional identifyLanguage?: boolean;
identifyMultipleLanguages?
optional identifyMultipleLanguages?: boolean;
languageCode?
optional languageCode?: string;
languageOptions?
optional languageOptions?: string[];
optional mediaEncoding?: AwsTranscribeMediaEncoding;
partialResultsStability?
optional partialResultsStability?: AwsTranscribePartialResultsStability;
preferredLanguage?
optional preferredLanguage?: string;
sampleRate?
optional sampleRate?: number;
sessionId?
optional sessionId?: string;
signal?
optional signal?: AbortSignal;
vocabularyFilterMethod?
optional vocabularyFilterMethod?: AwsTranscribeVocabularyFilterMethod;
vocabularyFilterName?
optional vocabularyFilterName?: string;
vocabularyName?
optional vocabularyName?: string;
AwsTranscribeSpeechResult
Properties
endedAtSeconds?
optional endedAtSeconds?: number;
languageCode?
optional languageCode?: string;
resultCount?
optional resultCount?: number;
resultId?
optional resultId?: string;
resultIds?
optional resultIds?: string[];
startedAtSeconds?
optional startedAtSeconds?: number;
text
AwsTranscribeStreamingAudioStreamEvent
Properties
AudioEvent
AudioEvent: {
AudioChunk: Uint8Array;
};
AudioChunk
Properties
AudioStream
AudioStream: AsyncIterable<AwsTranscribeStreamingAudioStreamEvent>;
EnablePartialResultsStabilization?
optional EnablePartialResultsStabilization?: boolean;
IdentifyLanguage?
optional IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?
optional IdentifyMultipleLanguages?: boolean;
LanguageCode?
optional LanguageCode?: string;
LanguageOptions?
optional LanguageOptions?: string;
MediaEncoding: AwsTranscribeMediaEncoding;
MediaSampleRateHertz: number;
PartialResultsStability?
optional PartialResultsStability?: AwsTranscribePartialResultsStability;
PreferredLanguage?
optional PreferredLanguage?: string;
SessionId?
optional SessionId?: string;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsTranscribeVocabularyFilterMethod;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyName?
optional VocabularyName?: string;
AwsTranscribeStreamingCommandOutput
Properties
LanguageCode?
optional LanguageCode?: string;
optional MediaEncoding?: AwsTranscribeMediaEncoding;
optional MediaSampleRateHertz?: number;
TranscriptResultStream?
optional TranscriptResultStream?: AsyncIterable<AwsTranscribeStreamingResponseEvent>;
AwsTranscribeStreamingResponseEvent
Properties
BadRequestException?
optional BadRequestException?: AwsSdkExceptionShape;
ConflictException?
optional ConflictException?: AwsSdkExceptionShape;
InternalFailureException?
optional InternalFailureException?: AwsSdkExceptionShape;
LimitExceededException?
optional LimitExceededException?: AwsSdkExceptionShape;
ServiceUnavailableException?
optional ServiceUnavailableException?: AwsSdkExceptionShape;
TranscriptEvent?
optional TranscriptEvent?: {
Transcript?: {
Results?: AwsTranscribeStreamingResult[];
};
};
Transcript?
optional Transcript?: {
Results?: AwsTranscribeStreamingResult[];
};
Transcript.Results?
optional Results?: AwsTranscribeStreamingResult[];
AwsTranscribeStreamingResult
Properties
Alternatives?
optional Alternatives?: {
Transcript?: string;
}[];
Transcript?
optional Transcript?: string;
EndTime?
optional EndTime?: number;
IsPartial?
optional IsPartial?: boolean;
ResultId?
optional ResultId?: string;
StartTime?
optional StartTime?: number;
Type Aliases
AwsPollyEngine
type AwsPollyEngine = "standard" | "neural" | "long-form" | "generative";
type AwsPollyOutputFormat = "json" | "mp3" | "ogg_vorbis" | "pcm" | "ogg_opus";
AwsPollyTextType
type AwsPollyTextType = "text" | "ssml";
AwsSpeechFullApiOperationMethod
type AwsSpeechFullApiOperationMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
AwsSpeechFullApiOperationUid
type AwsSpeechFullApiOperationUid = typeof AWS_SPEECH_FULL_API_OPERATION_UIDS[number];
AwsSpeechFullApiSchemaAbsoluteTimeRange
type AwsSpeechFullApiSchemaAbsoluteTimeRange = {
EndTime?: number;
First?: number;
Last?: number;
StartTime?: number;
};
Properties
EndTime?
optional EndTime?: number;
First?
Last?
StartTime?
optional StartTime?: number;
AwsSpeechFullApiSchemaAlternative
type AwsSpeechFullApiSchemaAlternative = {
Entities?: AwsSpeechFullApiSchemaEntityList;
Items?: AwsSpeechFullApiSchemaItemList;
Transcript?: string;
};
Properties
Entities?
optional Entities?: AwsSpeechFullApiSchemaEntityList;
Items?
optional Items?: AwsSpeechFullApiSchemaItemList;
Transcript?
optional Transcript?: string;
AwsSpeechFullApiSchemaAlternativeList
type AwsSpeechFullApiSchemaAlternativeList = ReadonlyArray<AwsSpeechFullApiSchemaAlternative>;
AwsSpeechFullApiSchemaAudioEvent
type AwsSpeechFullApiSchemaAudioEvent = {
AudioChunk?: string;
};
Properties
AudioChunk?
optional AudioChunk?: string;
AwsSpeechFullApiSchemaAudioEvent2
type AwsSpeechFullApiSchemaAudioEvent2 = {
AudioChunk?: string;
};
Properties
AudioChunk?
optional AudioChunk?: string;
AwsSpeechFullApiSchemaAudioStream
type AwsSpeechFullApiSchemaAudioStream =
| {
AudioEvent: AwsSpeechFullApiSchemaAudioEvent;
}
| {
ConfigurationEvent: AwsSpeechFullApiSchemaConfigurationEvent;
};
AwsSpeechFullApiSchemaBadRequestException
type AwsSpeechFullApiSchemaBadRequestException = {
Message?: string;
};
Properties
Message?
optional Message?: string;
AwsSpeechFullApiSchemaBaseModelName
type AwsSpeechFullApiSchemaBaseModelName = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCallAnalyticsEntity
type AwsSpeechFullApiSchemaCallAnalyticsEntity = {
BeginOffsetMillis?: number;
Category?: string;
Confidence?: number;
Content?: string;
EndOffsetMillis?: number;
Type?: string;
};
Properties
BeginOffsetMillis?
optional BeginOffsetMillis?: number;
Category?
optional Category?: string;
Confidence?
optional Confidence?: number;
Content?
optional Content?: string;
EndOffsetMillis?
optional EndOffsetMillis?: number;
Type?
AwsSpeechFullApiSchemaCallAnalyticsEntityList
type AwsSpeechFullApiSchemaCallAnalyticsEntityList = ReadonlyArray<AwsSpeechFullApiSchemaCallAnalyticsEntity>;
AwsSpeechFullApiSchemaCallAnalyticsFeature
type AwsSpeechFullApiSchemaCallAnalyticsFeature = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCallAnalyticsItem
type AwsSpeechFullApiSchemaCallAnalyticsItem = {
BeginOffsetMillis?: number;
Confidence?: number;
Content?: string;
EndOffsetMillis?: number;
Stable?: boolean;
Type?: AwsSpeechFullApiSchemaItemType;
VocabularyFilterMatch?: boolean;
};
Properties
BeginOffsetMillis?
optional BeginOffsetMillis?: number;
Confidence?
optional Confidence?: number;
Content?
optional Content?: string;
EndOffsetMillis?
optional EndOffsetMillis?: number;
Stable?
optional Stable?: boolean;
Type?
optional Type?: AwsSpeechFullApiSchemaItemType;
VocabularyFilterMatch?
optional VocabularyFilterMatch?: boolean;
AwsSpeechFullApiSchemaCallAnalyticsItemList
type AwsSpeechFullApiSchemaCallAnalyticsItemList = ReadonlyArray<AwsSpeechFullApiSchemaCallAnalyticsItem>;
AwsSpeechFullApiSchemaCallAnalyticsJob
type AwsSpeechFullApiSchemaCallAnalyticsJob = {
CallAnalyticsJobDetails?: AwsSpeechFullApiSchemaCallAnalyticsJobDetails;
CallAnalyticsJobName?: string;
CallAnalyticsJobStatus?: AwsSpeechFullApiSchemaCallAnalyticsJobStatus;
ChannelDefinitions?: AwsSpeechFullApiSchemaChannelDefinitions;
CompletionTime?: string;
CreationTime?: string;
DataAccessRoleArn?: string;
FailureReason?: string;
IdentifiedLanguageScore?: number;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
Media?: AwsSpeechFullApiSchemaMedia;
MediaFormat?: AwsSpeechFullApiSchemaMediaFormat;
MediaSampleRateHertz?: number;
Settings?: AwsSpeechFullApiSchemaCallAnalyticsJobSettings;
StartTime?: string;
Tags?: AwsSpeechFullApiSchemaTagList;
Transcript?: AwsSpeechFullApiSchemaTranscript;
};
Properties
CallAnalyticsJobDetails?
optional CallAnalyticsJobDetails?: AwsSpeechFullApiSchemaCallAnalyticsJobDetails;
CallAnalyticsJobName?
optional CallAnalyticsJobName?: string;
CallAnalyticsJobStatus?
optional CallAnalyticsJobStatus?: AwsSpeechFullApiSchemaCallAnalyticsJobStatus;
ChannelDefinitions?
optional ChannelDefinitions?: AwsSpeechFullApiSchemaChannelDefinitions;
CompletionTime?
optional CompletionTime?: string;
CreationTime?
optional CreationTime?: string;
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
FailureReason?
optional FailureReason?: string;
IdentifiedLanguageScore?
optional IdentifiedLanguageScore?: number;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
optional Media?: AwsSpeechFullApiSchemaMedia;
optional MediaFormat?: AwsSpeechFullApiSchemaMediaFormat;
optional MediaSampleRateHertz?: number;
Settings?
optional Settings?: AwsSpeechFullApiSchemaCallAnalyticsJobSettings;
StartTime?
optional StartTime?: string;
optional Tags?: AwsSpeechFullApiSchemaTagList;
Transcript?
optional Transcript?: AwsSpeechFullApiSchemaTranscript;
AwsSpeechFullApiSchemaCallAnalyticsJobDetails
type AwsSpeechFullApiSchemaCallAnalyticsJobDetails = {
Skipped?: AwsSpeechFullApiSchemaCallAnalyticsSkippedFeatureList;
};
Properties
Skipped?
optional Skipped?: AwsSpeechFullApiSchemaCallAnalyticsSkippedFeatureList;
AwsSpeechFullApiSchemaCallAnalyticsJobSettings
type AwsSpeechFullApiSchemaCallAnalyticsJobSettings = {
ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
LanguageIdSettings?: AwsSpeechFullApiSchemaLanguageIdSettingsMap;
LanguageModelName?: string;
LanguageOptions?: AwsSpeechFullApiSchemaLanguageOptions;
Summarization?: AwsSpeechFullApiSchemaSummarization;
VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod;
VocabularyFilterName?: string;
VocabularyName?: string;
};
Properties
ContentRedaction?
optional ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
LanguageIdSettings?
optional LanguageIdSettings?: AwsSpeechFullApiSchemaLanguageIdSettingsMap;
LanguageModelName?
optional LanguageModelName?: string;
LanguageOptions?
optional LanguageOptions?: AwsSpeechFullApiSchemaLanguageOptions;
Summarization?
optional Summarization?: AwsSpeechFullApiSchemaSummarization;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaCallAnalyticsJobStatus
type AwsSpeechFullApiSchemaCallAnalyticsJobStatus = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCallAnalyticsJobSummaries
type AwsSpeechFullApiSchemaCallAnalyticsJobSummaries = ReadonlyArray<AwsSpeechFullApiSchemaCallAnalyticsJobSummary>;
AwsSpeechFullApiSchemaCallAnalyticsJobSummary
type AwsSpeechFullApiSchemaCallAnalyticsJobSummary = {
CallAnalyticsJobDetails?: AwsSpeechFullApiSchemaCallAnalyticsJobDetails;
CallAnalyticsJobName?: string;
CallAnalyticsJobStatus?: AwsSpeechFullApiSchemaCallAnalyticsJobStatus;
CompletionTime?: string;
CreationTime?: string;
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
StartTime?: string;
};
Properties
CallAnalyticsJobDetails?
optional CallAnalyticsJobDetails?: AwsSpeechFullApiSchemaCallAnalyticsJobDetails;
CallAnalyticsJobName?
optional CallAnalyticsJobName?: string;
CallAnalyticsJobStatus?
optional CallAnalyticsJobStatus?: AwsSpeechFullApiSchemaCallAnalyticsJobStatus;
CompletionTime?
optional CompletionTime?: string;
CreationTime?
optional CreationTime?: string;
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
StartTime?
optional StartTime?: string;
AwsSpeechFullApiSchemaCallAnalyticsLanguageCode
type AwsSpeechFullApiSchemaCallAnalyticsLanguageCode = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCallAnalyticsLanguageIdentification
type AwsSpeechFullApiSchemaCallAnalyticsLanguageIdentification = ReadonlyArray<AwsSpeechFullApiSchemaCallAnalyticsLanguageWithScore>;
AwsSpeechFullApiSchemaCallAnalyticsLanguageWithScore
type AwsSpeechFullApiSchemaCallAnalyticsLanguageWithScore = {
LanguageCode?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
Score?: number;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
Score?
AwsSpeechFullApiSchemaCallAnalyticsSkippedFeature
type AwsSpeechFullApiSchemaCallAnalyticsSkippedFeature = {
Feature?: AwsSpeechFullApiSchemaCallAnalyticsFeature;
Message?: string;
ReasonCode?: AwsSpeechFullApiSchemaCallAnalyticsSkippedReasonCode;
};
Properties
Feature?
optional Feature?: AwsSpeechFullApiSchemaCallAnalyticsFeature;
Message?
optional Message?: string;
ReasonCode?
optional ReasonCode?: AwsSpeechFullApiSchemaCallAnalyticsSkippedReasonCode;
AwsSpeechFullApiSchemaCallAnalyticsSkippedFeatureList
type AwsSpeechFullApiSchemaCallAnalyticsSkippedFeatureList = ReadonlyArray<AwsSpeechFullApiSchemaCallAnalyticsSkippedFeature>;
AwsSpeechFullApiSchemaCallAnalyticsSkippedReasonCode
type AwsSpeechFullApiSchemaCallAnalyticsSkippedReasonCode = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCallAnalyticsTranscriptResultStream
type AwsSpeechFullApiSchemaCallAnalyticsTranscriptResultStream =
| {
UtteranceEvent: AwsSpeechFullApiSchemaUtteranceEvent;
}
| {
CategoryEvent: AwsSpeechFullApiSchemaCategoryEvent;
}
| {
BadRequestException: AwsSpeechFullApiSchemaBadRequestException;
}
| {
LimitExceededException: AwsSpeechFullApiSchemaLimitExceededException;
}
| {
InternalFailureException: AwsSpeechFullApiSchemaInternalFailureException;
}
| {
ConflictException: AwsSpeechFullApiSchemaConflictException;
}
| {
ServiceUnavailableException: AwsSpeechFullApiSchemaServiceUnavailableException;
};
AwsSpeechFullApiSchemaCategoryEvent
type AwsSpeechFullApiSchemaCategoryEvent = {
MatchedCategories?: AwsSpeechFullApiSchemaStringList;
MatchedDetails?: AwsSpeechFullApiSchemaMatchedCategoryDetails;
};
Properties
MatchedCategories?
optional MatchedCategories?: AwsSpeechFullApiSchemaStringList;
MatchedDetails?
optional MatchedDetails?: AwsSpeechFullApiSchemaMatchedCategoryDetails;
AwsSpeechFullApiSchemaCategoryProperties
type AwsSpeechFullApiSchemaCategoryProperties = {
CategoryName?: string;
CreateTime?: string;
InputType?: AwsSpeechFullApiSchemaInputType;
LastUpdateTime?: string;
Rules?: AwsSpeechFullApiSchemaRuleList;
Tags?: AwsSpeechFullApiSchemaTagList;
};
Properties
CategoryName?
optional CategoryName?: string;
CreateTime?
optional CreateTime?: string;
optional InputType?: AwsSpeechFullApiSchemaInputType;
LastUpdateTime?
optional LastUpdateTime?: string;
Rules?
optional Rules?: AwsSpeechFullApiSchemaRuleList;
optional Tags?: AwsSpeechFullApiSchemaTagList;
AwsSpeechFullApiSchemaCategoryPropertiesList
type AwsSpeechFullApiSchemaCategoryPropertiesList = ReadonlyArray<AwsSpeechFullApiSchemaCategoryProperties>;
AwsSpeechFullApiSchemaChannelDefinition
type AwsSpeechFullApiSchemaChannelDefinition = {
ChannelId?: number;
ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
};
Properties
ChannelId?
optional ChannelId?: number;
ParticipantRole?
optional ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
AwsSpeechFullApiSchemaChannelDefinition2
type AwsSpeechFullApiSchemaChannelDefinition2 = {
ChannelId: number;
ParticipantRole: AwsSpeechFullApiSchemaParticipantRole2;
};
Properties
ChannelId
ParticipantRole
ParticipantRole: AwsSpeechFullApiSchemaParticipantRole2;
AwsSpeechFullApiSchemaChannelDefinitions
type AwsSpeechFullApiSchemaChannelDefinitions = ReadonlyArray<AwsSpeechFullApiSchemaChannelDefinition>;
AwsSpeechFullApiSchemaChannelDefinitions2
type AwsSpeechFullApiSchemaChannelDefinitions2 = ReadonlyArray<AwsSpeechFullApiSchemaChannelDefinition2>;
AwsSpeechFullApiSchemaCharacterOffsets
type AwsSpeechFullApiSchemaCharacterOffsets = {
Begin?: number;
End?: number;
};
Properties
Begin?
End?
AwsSpeechFullApiSchemaClinicalNoteGenerationResult
type AwsSpeechFullApiSchemaClinicalNoteGenerationResult = {
ClinicalNoteOutputLocation?: string;
FailureReason?: string;
Status?: AwsSpeechFullApiSchemaClinicalNoteGenerationStatus;
TranscriptOutputLocation?: string;
};
Properties
ClinicalNoteOutputLocation?
optional ClinicalNoteOutputLocation?: string;
FailureReason?
optional FailureReason?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaClinicalNoteGenerationStatus;
TranscriptOutputLocation?
optional TranscriptOutputLocation?: string;
AwsSpeechFullApiSchemaClinicalNoteGenerationSettings
type AwsSpeechFullApiSchemaClinicalNoteGenerationSettings = {
NoteTemplate?: AwsSpeechFullApiSchemaMedicalScribeNoteTemplate;
};
Properties
NoteTemplate?
optional NoteTemplate?: AwsSpeechFullApiSchemaMedicalScribeNoteTemplate;
AwsSpeechFullApiSchemaClinicalNoteGenerationSettings2
type AwsSpeechFullApiSchemaClinicalNoteGenerationSettings2 = {
NoteTemplate?: AwsSpeechFullApiSchemaMedicalScribeNoteTemplate2;
OutputBucketName: string;
};
Properties
NoteTemplate?
optional NoteTemplate?: AwsSpeechFullApiSchemaMedicalScribeNoteTemplate2;
OutputBucketName
OutputBucketName: string;
AwsSpeechFullApiSchemaClinicalNoteGenerationStatus
type AwsSpeechFullApiSchemaClinicalNoteGenerationStatus = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCLMLanguageCode
type AwsSpeechFullApiSchemaCLMLanguageCode = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCloseStreamEvent
type AwsSpeechFullApiSchemaCloseStreamEvent = {
};
AwsSpeechFullApiSchemaConfigurationEvent
type AwsSpeechFullApiSchemaConfigurationEvent = {
ChannelDefinitions?: AwsSpeechFullApiSchemaChannelDefinitions2;
PostCallAnalyticsSettings?: AwsSpeechFullApiSchemaPostCallAnalyticsSettings;
};
Properties
ChannelDefinitions?
optional ChannelDefinitions?: AwsSpeechFullApiSchemaChannelDefinitions2;
PostCallAnalyticsSettings?
optional PostCallAnalyticsSettings?: AwsSpeechFullApiSchemaPostCallAnalyticsSettings;
AwsSpeechFullApiSchemaConflictException
type AwsSpeechFullApiSchemaConflictException = {
Message?: string;
};
Properties
Message?
optional Message?: string;
AwsSpeechFullApiSchemaContentIdentificationType
type AwsSpeechFullApiSchemaContentIdentificationType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaContentRedaction
type AwsSpeechFullApiSchemaContentRedaction = {
PiiEntityTypes?: AwsSpeechFullApiSchemaPiiEntityTypes;
RedactionOutput: AwsSpeechFullApiSchemaRedactionOutput;
RedactionType: AwsSpeechFullApiSchemaRedactionType;
};
Properties
PiiEntityTypes?
optional PiiEntityTypes?: AwsSpeechFullApiSchemaPiiEntityTypes;
RedactionOutput
RedactionOutput: AwsSpeechFullApiSchemaRedactionOutput;
RedactionType
RedactionType: AwsSpeechFullApiSchemaRedactionType;
AwsSpeechFullApiSchemaContentRedactionOutput
type AwsSpeechFullApiSchemaContentRedactionOutput = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaContentRedactionType
type AwsSpeechFullApiSchemaContentRedactionType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaCreateCallAnalyticsCategoryResponse
type AwsSpeechFullApiSchemaCreateCallAnalyticsCategoryResponse = {
CategoryProperties?: AwsSpeechFullApiSchemaCategoryProperties;
};
Properties
CategoryProperties?
optional CategoryProperties?: AwsSpeechFullApiSchemaCategoryProperties;
AwsSpeechFullApiSchemaCreateLanguageModelResponse
type AwsSpeechFullApiSchemaCreateLanguageModelResponse = {
BaseModelName?: AwsSpeechFullApiSchemaBaseModelName;
InputDataConfig?: AwsSpeechFullApiSchemaInputDataConfig;
LanguageCode?: AwsSpeechFullApiSchemaCLMLanguageCode;
ModelName?: string;
ModelStatus?: AwsSpeechFullApiSchemaModelStatus;
};
Properties
BaseModelName?
optional BaseModelName?: AwsSpeechFullApiSchemaBaseModelName;
optional InputDataConfig?: AwsSpeechFullApiSchemaInputDataConfig;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaCLMLanguageCode;
ModelName?
optional ModelName?: string;
ModelStatus?
optional ModelStatus?: AwsSpeechFullApiSchemaModelStatus;
AwsSpeechFullApiSchemaCreateMedicalVocabularyResponse
type AwsSpeechFullApiSchemaCreateMedicalVocabularyResponse = {
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyName?: string;
VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
};
Properties
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyState?
optional VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
AwsSpeechFullApiSchemaCreateVocabularyFilterResponse
type AwsSpeechFullApiSchemaCreateVocabularyFilterResponse = {
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyFilterName?: string;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyFilterName?
optional VocabularyFilterName?: string;
AwsSpeechFullApiSchemaCreateVocabularyResponse
type AwsSpeechFullApiSchemaCreateVocabularyResponse = {
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyName?: string;
VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
};
Properties
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyState?
optional VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
AwsSpeechFullApiSchemaDeleteCallAnalyticsCategoryResponse
type AwsSpeechFullApiSchemaDeleteCallAnalyticsCategoryResponse = {
};
AwsSpeechFullApiSchemaDeleteCallAnalyticsJobResponse
type AwsSpeechFullApiSchemaDeleteCallAnalyticsJobResponse = {
};
AwsSpeechFullApiSchemaDeleteLexiconOutput
type AwsSpeechFullApiSchemaDeleteLexiconOutput = {
};
AwsSpeechFullApiSchemaDescribeLanguageModelResponse
type AwsSpeechFullApiSchemaDescribeLanguageModelResponse = {
LanguageModel?: AwsSpeechFullApiSchemaLanguageModel;
};
Properties
LanguageModel?
optional LanguageModel?: AwsSpeechFullApiSchemaLanguageModel;
AwsSpeechFullApiSchemaDescribeVoicesOutput
type AwsSpeechFullApiSchemaDescribeVoicesOutput = {
NextToken?: string;
Voices?: AwsSpeechFullApiSchemaVoiceList;
};
Properties
NextToken?
optional NextToken?: string;
Voices?
optional Voices?: AwsSpeechFullApiSchemaVoiceList;
AwsSpeechFullApiSchemaEngine
type AwsSpeechFullApiSchemaEngine = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaEngineList
type AwsSpeechFullApiSchemaEngineList = ReadonlyArray<AwsSpeechFullApiSchemaEngine>;
AwsSpeechFullApiSchemaEntity
type AwsSpeechFullApiSchemaEntity = {
Category?: string;
Confidence?: number;
Content?: string;
EndTime?: number;
StartTime?: number;
Type?: string;
};
Properties
Category?
optional Category?: string;
Confidence?
optional Confidence?: number;
Content?
optional Content?: string;
EndTime?
optional EndTime?: number;
StartTime?
optional StartTime?: number;
Type?
AwsSpeechFullApiSchemaEntityList
type AwsSpeechFullApiSchemaEntityList = ReadonlyArray<AwsSpeechFullApiSchemaEntity>;
AwsSpeechFullApiSchemaFlushStreamConfiguration
type AwsSpeechFullApiSchemaFlushStreamConfiguration = {
Force?: boolean;
};
Properties
Force?
optional Force?: boolean;
AwsSpeechFullApiSchemaGender
type AwsSpeechFullApiSchemaGender = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaGetCallAnalyticsCategoryResponse
type AwsSpeechFullApiSchemaGetCallAnalyticsCategoryResponse = {
CategoryProperties?: AwsSpeechFullApiSchemaCategoryProperties;
};
Properties
CategoryProperties?
optional CategoryProperties?: AwsSpeechFullApiSchemaCategoryProperties;
AwsSpeechFullApiSchemaGetCallAnalyticsJobResponse
type AwsSpeechFullApiSchemaGetCallAnalyticsJobResponse = {
CallAnalyticsJob?: AwsSpeechFullApiSchemaCallAnalyticsJob;
};
Properties
CallAnalyticsJob?
optional CallAnalyticsJob?: AwsSpeechFullApiSchemaCallAnalyticsJob;
AwsSpeechFullApiSchemaGetLexiconOutput
type AwsSpeechFullApiSchemaGetLexiconOutput = {
Lexicon?: AwsSpeechFullApiSchemaLexicon;
LexiconAttributes?: AwsSpeechFullApiSchemaLexiconAttributes;
};
Properties
Lexicon?
optional Lexicon?: AwsSpeechFullApiSchemaLexicon;
LexiconAttributes?
optional LexiconAttributes?: AwsSpeechFullApiSchemaLexiconAttributes;
AwsSpeechFullApiSchemaGetMedicalScribeJobResponse
type AwsSpeechFullApiSchemaGetMedicalScribeJobResponse = {
MedicalScribeJob?: AwsSpeechFullApiSchemaMedicalScribeJob;
};
Properties
MedicalScribeJob?
optional MedicalScribeJob?: AwsSpeechFullApiSchemaMedicalScribeJob;
AwsSpeechFullApiSchemaGetMedicalScribeStreamResponse
type AwsSpeechFullApiSchemaGetMedicalScribeStreamResponse = {
MedicalScribeStreamDetails?: AwsSpeechFullApiSchemaMedicalScribeStreamDetails;
};
Properties
MedicalScribeStreamDetails?
optional MedicalScribeStreamDetails?: AwsSpeechFullApiSchemaMedicalScribeStreamDetails;
AwsSpeechFullApiSchemaGetMedicalTranscriptionJobResponse
type AwsSpeechFullApiSchemaGetMedicalTranscriptionJobResponse = {
MedicalTranscriptionJob?: AwsSpeechFullApiSchemaMedicalTranscriptionJob;
};
Properties
MedicalTranscriptionJob?
optional MedicalTranscriptionJob?: AwsSpeechFullApiSchemaMedicalTranscriptionJob;
AwsSpeechFullApiSchemaGetMedicalVocabularyResponse
type AwsSpeechFullApiSchemaGetMedicalVocabularyResponse = {
DownloadUri?: string;
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyName?: string;
VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
};
Properties
DownloadUri?
optional DownloadUri?: string;
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyState?
optional VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
AwsSpeechFullApiSchemaGetSpeechSynthesisTaskOutput
type AwsSpeechFullApiSchemaGetSpeechSynthesisTaskOutput = {
SynthesisTask?: AwsSpeechFullApiSchemaSynthesisTask;
};
Properties
SynthesisTask?
optional SynthesisTask?: AwsSpeechFullApiSchemaSynthesisTask;
AwsSpeechFullApiSchemaGetTranscriptionJobResponse
type AwsSpeechFullApiSchemaGetTranscriptionJobResponse = {
TranscriptionJob?: AwsSpeechFullApiSchemaTranscriptionJob;
};
Properties
TranscriptionJob?
optional TranscriptionJob?: AwsSpeechFullApiSchemaTranscriptionJob;
AwsSpeechFullApiSchemaGetVocabularyFilterResponse
type AwsSpeechFullApiSchemaGetVocabularyFilterResponse = {
DownloadUri?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyFilterName?: string;
};
Properties
DownloadUri?
optional DownloadUri?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyFilterName?
optional VocabularyFilterName?: string;
AwsSpeechFullApiSchemaGetVocabularyResponse
type AwsSpeechFullApiSchemaGetVocabularyResponse = {
DownloadUri?: string;
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyName?: string;
VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
};
Properties
DownloadUri?
optional DownloadUri?: string;
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyState?
optional VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
AwsSpeechFullApiSchemaInputDataConfig
type AwsSpeechFullApiSchemaInputDataConfig = {
DataAccessRoleArn: string;
S3Uri: string;
TuningDataS3Uri?: string;
};
Properties
DataAccessRoleArn
DataAccessRoleArn: string;
S3Uri
TuningDataS3Uri?
optional TuningDataS3Uri?: string;
AwsSpeechFullApiSchemaInputType
type AwsSpeechFullApiSchemaInputType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaInternalFailureException
type AwsSpeechFullApiSchemaInternalFailureException = {
Message?: string;
};
Properties
Message?
optional Message?: string;
AwsSpeechFullApiSchemaInterruptionFilter
type AwsSpeechFullApiSchemaInterruptionFilter = {
AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?: boolean;
ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Threshold?: number;
};
Properties
AbsoluteTimeRange?
optional AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?
optional Negate?: boolean;
ParticipantRole?
optional ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
RelativeTimeRange?
optional RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Threshold?
optional Threshold?: number;
AwsSpeechFullApiSchemaIssueDetected
type AwsSpeechFullApiSchemaIssueDetected = {
CharacterOffsets?: AwsSpeechFullApiSchemaCharacterOffsets;
};
Properties
CharacterOffsets?
optional CharacterOffsets?: AwsSpeechFullApiSchemaCharacterOffsets;
AwsSpeechFullApiSchemaIssuesDetected
type AwsSpeechFullApiSchemaIssuesDetected = ReadonlyArray<AwsSpeechFullApiSchemaIssueDetected>;
AwsSpeechFullApiSchemaItem
type AwsSpeechFullApiSchemaItem = {
Confidence?: number;
Content?: string;
EndTime?: number;
Speaker?: string;
Stable?: boolean;
StartTime?: number;
Type?: AwsSpeechFullApiSchemaItemType;
VocabularyFilterMatch?: boolean;
};
Properties
Confidence?
optional Confidence?: number;
Content?
optional Content?: string;
EndTime?
optional EndTime?: number;
Speaker?
optional Speaker?: string;
Stable?
optional Stable?: boolean;
StartTime?
optional StartTime?: number;
Type?
optional Type?: AwsSpeechFullApiSchemaItemType;
VocabularyFilterMatch?
optional VocabularyFilterMatch?: boolean;
AwsSpeechFullApiSchemaItemList
type AwsSpeechFullApiSchemaItemList = ReadonlyArray<AwsSpeechFullApiSchemaItem>;
AwsSpeechFullApiSchemaItemType
type AwsSpeechFullApiSchemaItemType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaJobExecutionSettings
type AwsSpeechFullApiSchemaJobExecutionSettings = {
AllowDeferredExecution?: boolean;
DataAccessRoleArn?: string;
};
Properties
AllowDeferredExecution?
optional AllowDeferredExecution?: boolean;
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
AwsSpeechFullApiSchemaJsonPrimitive
type AwsSpeechFullApiSchemaJsonPrimitive = string | number | boolean | null;
AwsSpeechFullApiSchemaJsonValue
type AwsSpeechFullApiSchemaJsonValue =
| AwsSpeechFullApiSchemaJsonPrimitive
| readonly AwsSpeechFullApiSchemaJsonValue[]
| {
[key: string]: AwsSpeechFullApiSchemaJsonValue;
};
AwsSpeechFullApiSchemaKMSEncryptionContextMap
type AwsSpeechFullApiSchemaKMSEncryptionContextMap = {
[key: string]: string;
};
Index Signature
AwsSpeechFullApiSchemaKMSEncryptionContextMap2
type AwsSpeechFullApiSchemaKMSEncryptionContextMap2 = {
[key: string]: string;
};
Index Signature
AwsSpeechFullApiSchemaLanguageCode
type AwsSpeechFullApiSchemaLanguageCode = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaLanguageCode2
type AwsSpeechFullApiSchemaLanguageCode2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaLanguageCode3
type AwsSpeechFullApiSchemaLanguageCode3 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaLanguageCodeItem
type AwsSpeechFullApiSchemaLanguageCodeItem = {
DurationInSeconds?: number;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
};
Properties
DurationInSeconds?
optional DurationInSeconds?: number;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
AwsSpeechFullApiSchemaLanguageCodeList
type AwsSpeechFullApiSchemaLanguageCodeList = ReadonlyArray<AwsSpeechFullApiSchemaLanguageCodeItem>;
AwsSpeechFullApiSchemaLanguageCodeList2
type AwsSpeechFullApiSchemaLanguageCodeList2 = ReadonlyArray<AwsSpeechFullApiSchemaLanguageCode>;
AwsSpeechFullApiSchemaLanguageIdentification
type AwsSpeechFullApiSchemaLanguageIdentification = ReadonlyArray<AwsSpeechFullApiSchemaLanguageWithScore>;
AwsSpeechFullApiSchemaLanguageIdSettings
type AwsSpeechFullApiSchemaLanguageIdSettings = {
LanguageModelName?: string;
VocabularyFilterName?: string;
VocabularyName?: string;
};
Properties
LanguageModelName?
optional LanguageModelName?: string;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaLanguageIdSettingsMap
type AwsSpeechFullApiSchemaLanguageIdSettingsMap = {
[key: string]: AwsSpeechFullApiSchemaLanguageIdSettings;
};
Index Signature
[key: string]: AwsSpeechFullApiSchemaLanguageIdSettings
AwsSpeechFullApiSchemaLanguageModel
type AwsSpeechFullApiSchemaLanguageModel = {
BaseModelName?: AwsSpeechFullApiSchemaBaseModelName;
CreateTime?: string;
FailureReason?: string;
InputDataConfig?: AwsSpeechFullApiSchemaInputDataConfig;
LanguageCode?: AwsSpeechFullApiSchemaCLMLanguageCode;
LastModifiedTime?: string;
ModelName?: string;
ModelStatus?: AwsSpeechFullApiSchemaModelStatus;
UpgradeAvailability?: boolean;
};
Properties
BaseModelName?
optional BaseModelName?: AwsSpeechFullApiSchemaBaseModelName;
CreateTime?
optional CreateTime?: string;
FailureReason?
optional FailureReason?: string;
optional InputDataConfig?: AwsSpeechFullApiSchemaInputDataConfig;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaCLMLanguageCode;
LastModifiedTime?
optional LastModifiedTime?: string;
ModelName?
optional ModelName?: string;
ModelStatus?
optional ModelStatus?: AwsSpeechFullApiSchemaModelStatus;
UpgradeAvailability?
optional UpgradeAvailability?: boolean;
AwsSpeechFullApiSchemaLanguageOptions
type AwsSpeechFullApiSchemaLanguageOptions = ReadonlyArray<AwsSpeechFullApiSchemaLanguageCode2>;
AwsSpeechFullApiSchemaLanguageWithScore
type AwsSpeechFullApiSchemaLanguageWithScore = {
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
Score?: number;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
Score?
AwsSpeechFullApiSchemaLexicon
type AwsSpeechFullApiSchemaLexicon = {
Content?: string;
Name?: string;
};
Properties
Content?
optional Content?: string;
Name?
AwsSpeechFullApiSchemaLexiconAttributes
type AwsSpeechFullApiSchemaLexiconAttributes = {
Alphabet?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode;
LastModified?: string;
LexemesCount?: number;
LexiconArn?: string;
Size?: number;
};
Properties
Alphabet?
optional Alphabet?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode;
LastModified?
optional LastModified?: string;
LexemesCount?
optional LexemesCount?: number;
LexiconArn?
optional LexiconArn?: string;
Size?
AwsSpeechFullApiSchemaLexiconDescription
type AwsSpeechFullApiSchemaLexiconDescription = {
Attributes?: AwsSpeechFullApiSchemaLexiconAttributes;
Name?: string;
};
Properties
Attributes?
optional Attributes?: AwsSpeechFullApiSchemaLexiconAttributes;
Name?
AwsSpeechFullApiSchemaLexiconDescriptionList
type AwsSpeechFullApiSchemaLexiconDescriptionList = ReadonlyArray<AwsSpeechFullApiSchemaLexiconDescription>;
AwsSpeechFullApiSchemaLexiconNameList
type AwsSpeechFullApiSchemaLexiconNameList = ReadonlyArray<string>;
AwsSpeechFullApiSchemaLimitExceededException
type AwsSpeechFullApiSchemaLimitExceededException = {
Message?: string;
};
Properties
Message?
optional Message?: string;
AwsSpeechFullApiSchemaListCallAnalyticsCategoriesResponse
type AwsSpeechFullApiSchemaListCallAnalyticsCategoriesResponse = {
Categories?: AwsSpeechFullApiSchemaCategoryPropertiesList;
NextToken?: string;
};
Properties
Categories?
optional Categories?: AwsSpeechFullApiSchemaCategoryPropertiesList;
NextToken?
optional NextToken?: string;
AwsSpeechFullApiSchemaListCallAnalyticsJobsResponse
type AwsSpeechFullApiSchemaListCallAnalyticsJobsResponse = {
CallAnalyticsJobSummaries?: AwsSpeechFullApiSchemaCallAnalyticsJobSummaries;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaCallAnalyticsJobStatus;
};
Properties
CallAnalyticsJobSummaries?
optional CallAnalyticsJobSummaries?: AwsSpeechFullApiSchemaCallAnalyticsJobSummaries;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaCallAnalyticsJobStatus;
AwsSpeechFullApiSchemaListLanguageModelsResponse
type AwsSpeechFullApiSchemaListLanguageModelsResponse = {
Models?: AwsSpeechFullApiSchemaModels;
NextToken?: string;
};
Properties
Models?
optional Models?: AwsSpeechFullApiSchemaModels;
NextToken?
optional NextToken?: string;
AwsSpeechFullApiSchemaListLexiconsOutput
type AwsSpeechFullApiSchemaListLexiconsOutput = {
Lexicons?: AwsSpeechFullApiSchemaLexiconDescriptionList;
NextToken?: string;
};
Properties
Lexicons?
optional Lexicons?: AwsSpeechFullApiSchemaLexiconDescriptionList;
NextToken?
optional NextToken?: string;
AwsSpeechFullApiSchemaListMedicalScribeJobsResponse
type AwsSpeechFullApiSchemaListMedicalScribeJobsResponse = {
MedicalScribeJobSummaries?: AwsSpeechFullApiSchemaMedicalScribeJobSummaries;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaMedicalScribeJobStatus;
};
Properties
MedicalScribeJobSummaries?
optional MedicalScribeJobSummaries?: AwsSpeechFullApiSchemaMedicalScribeJobSummaries;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaMedicalScribeJobStatus;
AwsSpeechFullApiSchemaListMedicalTranscriptionJobsResponse
type AwsSpeechFullApiSchemaListMedicalTranscriptionJobsResponse = {
MedicalTranscriptionJobSummaries?: AwsSpeechFullApiSchemaMedicalTranscriptionJobSummaries;
NextToken?: string;
Status?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
};
Properties
MedicalTranscriptionJobSummaries?
optional MedicalTranscriptionJobSummaries?: AwsSpeechFullApiSchemaMedicalTranscriptionJobSummaries;
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
AwsSpeechFullApiSchemaListMedicalVocabulariesResponse
type AwsSpeechFullApiSchemaListMedicalVocabulariesResponse = {
NextToken?: string;
Status?: AwsSpeechFullApiSchemaVocabularyState;
Vocabularies?: AwsSpeechFullApiSchemaVocabularies;
};
Properties
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaVocabularyState;
Vocabularies?
optional Vocabularies?: AwsSpeechFullApiSchemaVocabularies;
AwsSpeechFullApiSchemaListSpeechSynthesisTasksOutput
type AwsSpeechFullApiSchemaListSpeechSynthesisTasksOutput = {
NextToken?: string;
SynthesisTasks?: AwsSpeechFullApiSchemaSynthesisTasks;
};
Properties
NextToken?
optional NextToken?: string;
SynthesisTasks?
optional SynthesisTasks?: AwsSpeechFullApiSchemaSynthesisTasks;
type AwsSpeechFullApiSchemaListTagsForResourceResponse = {
ResourceArn?: string;
Tags?: AwsSpeechFullApiSchemaTagList;
};
Properties
ResourceArn?
optional ResourceArn?: string;
optional Tags?: AwsSpeechFullApiSchemaTagList;
AwsSpeechFullApiSchemaListTranscriptionJobsResponse
type AwsSpeechFullApiSchemaListTranscriptionJobsResponse = {
NextToken?: string;
Status?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
TranscriptionJobSummaries?: AwsSpeechFullApiSchemaTranscriptionJobSummaries;
};
Properties
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
TranscriptionJobSummaries?
optional TranscriptionJobSummaries?: AwsSpeechFullApiSchemaTranscriptionJobSummaries;
AwsSpeechFullApiSchemaListVocabulariesResponse
type AwsSpeechFullApiSchemaListVocabulariesResponse = {
NextToken?: string;
Status?: AwsSpeechFullApiSchemaVocabularyState;
Vocabularies?: AwsSpeechFullApiSchemaVocabularies;
};
Properties
NextToken?
optional NextToken?: string;
Status?
optional Status?: AwsSpeechFullApiSchemaVocabularyState;
Vocabularies?
optional Vocabularies?: AwsSpeechFullApiSchemaVocabularies;
AwsSpeechFullApiSchemaListVocabularyFiltersResponse
type AwsSpeechFullApiSchemaListVocabularyFiltersResponse = {
NextToken?: string;
VocabularyFilters?: AwsSpeechFullApiSchemaVocabularyFilters;
};
Properties
NextToken?
optional NextToken?: string;
VocabularyFilters?
optional VocabularyFilters?: AwsSpeechFullApiSchemaVocabularyFilters;
AwsSpeechFullApiSchemaMatchedCategoryDetails
type AwsSpeechFullApiSchemaMatchedCategoryDetails = {
[key: string]: AwsSpeechFullApiSchemaPointsOfInterest;
};
Index Signature
[key: string]: AwsSpeechFullApiSchemaPointsOfInterest
type AwsSpeechFullApiSchemaMedia = {
MediaFileUri?: string;
RedactedMediaFileUri?: string;
};
Properties
optional MediaFileUri?: string;
optional RedactedMediaFileUri?: string;
type AwsSpeechFullApiSchemaMediaEncoding = AwsSpeechFullApiSchemaJsonValue;
type AwsSpeechFullApiSchemaMediaFormat = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalAlternative
type AwsSpeechFullApiSchemaMedicalAlternative = {
Entities?: AwsSpeechFullApiSchemaMedicalEntityList;
Items?: AwsSpeechFullApiSchemaMedicalItemList;
Transcript?: string;
};
Properties
Entities?
optional Entities?: AwsSpeechFullApiSchemaMedicalEntityList;
Items?
optional Items?: AwsSpeechFullApiSchemaMedicalItemList;
Transcript?
optional Transcript?: string;
AwsSpeechFullApiSchemaMedicalAlternativeList
type AwsSpeechFullApiSchemaMedicalAlternativeList = ReadonlyArray<AwsSpeechFullApiSchemaMedicalAlternative>;
AwsSpeechFullApiSchemaMedicalContentIdentificationType
type AwsSpeechFullApiSchemaMedicalContentIdentificationType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalContentIdentificationType2
type AwsSpeechFullApiSchemaMedicalContentIdentificationType2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalEntity
type AwsSpeechFullApiSchemaMedicalEntity = {
Category?: string;
Confidence?: number;
Content?: string;
EndTime?: number;
StartTime?: number;
};
Properties
Category?
optional Category?: string;
Confidence?
optional Confidence?: number;
Content?
optional Content?: string;
EndTime?
optional EndTime?: number;
StartTime?
optional StartTime?: number;
AwsSpeechFullApiSchemaMedicalEntityList
type AwsSpeechFullApiSchemaMedicalEntityList = ReadonlyArray<AwsSpeechFullApiSchemaMedicalEntity>;
AwsSpeechFullApiSchemaMedicalItem
type AwsSpeechFullApiSchemaMedicalItem = {
Confidence?: number;
Content?: string;
EndTime?: number;
Speaker?: string;
StartTime?: number;
Type?: AwsSpeechFullApiSchemaItemType;
};
Properties
Confidence?
optional Confidence?: number;
Content?
optional Content?: string;
EndTime?
optional EndTime?: number;
Speaker?
optional Speaker?: string;
StartTime?
optional StartTime?: number;
Type?
optional Type?: AwsSpeechFullApiSchemaItemType;
AwsSpeechFullApiSchemaMedicalItemList
type AwsSpeechFullApiSchemaMedicalItemList = ReadonlyArray<AwsSpeechFullApiSchemaMedicalItem>;
AwsSpeechFullApiSchemaMedicalResult
type AwsSpeechFullApiSchemaMedicalResult = {
Alternatives?: AwsSpeechFullApiSchemaMedicalAlternativeList;
ChannelId?: string;
EndTime?: number;
IsPartial?: boolean;
ResultId?: string;
StartTime?: number;
};
Properties
Alternatives?
optional Alternatives?: AwsSpeechFullApiSchemaMedicalAlternativeList;
ChannelId?
optional ChannelId?: string;
EndTime?
optional EndTime?: number;
IsPartial?
optional IsPartial?: boolean;
ResultId?
optional ResultId?: string;
StartTime?
optional StartTime?: number;
AwsSpeechFullApiSchemaMedicalResultList
type AwsSpeechFullApiSchemaMedicalResultList = ReadonlyArray<AwsSpeechFullApiSchemaMedicalResult>;
AwsSpeechFullApiSchemaMedicalScribeAudioEvent
type AwsSpeechFullApiSchemaMedicalScribeAudioEvent = {
AudioChunk: string;
};
Properties
AudioChunk
AwsSpeechFullApiSchemaMedicalScribeChannelDefinition
type AwsSpeechFullApiSchemaMedicalScribeChannelDefinition = {
ChannelId: number;
ParticipantRole: AwsSpeechFullApiSchemaMedicalScribeParticipantRole;
};
Properties
ChannelId
ParticipantRole
ParticipantRole: AwsSpeechFullApiSchemaMedicalScribeParticipantRole;
AwsSpeechFullApiSchemaMedicalScribeChannelDefinition2
type AwsSpeechFullApiSchemaMedicalScribeChannelDefinition2 = {
ChannelId: number;
ParticipantRole: AwsSpeechFullApiSchemaMedicalScribeParticipantRole2;
};
Properties
ChannelId
ParticipantRole
ParticipantRole: AwsSpeechFullApiSchemaMedicalScribeParticipantRole2;
AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions
type AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions = ReadonlyArray<AwsSpeechFullApiSchemaMedicalScribeChannelDefinition>;
AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions2
type AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions2 = ReadonlyArray<AwsSpeechFullApiSchemaMedicalScribeChannelDefinition2>;
AwsSpeechFullApiSchemaMedicalScribeConfigurationEvent
type AwsSpeechFullApiSchemaMedicalScribeConfigurationEvent = {
ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions2;
EncryptionSettings?: AwsSpeechFullApiSchemaMedicalScribeEncryptionSettings;
MedicalScribeContext?: AwsSpeechFullApiSchemaMedicalScribeContext2;
PostStreamAnalyticsSettings: AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsSettings;
ResourceAccessRoleArn: string;
VocabularyFilterMethod?: AwsSpeechFullApiSchemaMedicalScribeVocabularyFilterMethod;
VocabularyFilterName?: string;
VocabularyName?: string;
};
Properties
ChannelDefinitions?
optional ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions2;
EncryptionSettings?
optional EncryptionSettings?: AwsSpeechFullApiSchemaMedicalScribeEncryptionSettings;
MedicalScribeContext?
optional MedicalScribeContext?: AwsSpeechFullApiSchemaMedicalScribeContext2;
PostStreamAnalyticsSettings
PostStreamAnalyticsSettings: AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsSettings;
ResourceAccessRoleArn
ResourceAccessRoleArn: string;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsSpeechFullApiSchemaMedicalScribeVocabularyFilterMethod;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaMedicalScribeContext
type AwsSpeechFullApiSchemaMedicalScribeContext = {
PatientContext?: AwsSpeechFullApiSchemaMedicalScribePatientContext;
};
Properties
PatientContext?
optional PatientContext?: AwsSpeechFullApiSchemaMedicalScribePatientContext;
AwsSpeechFullApiSchemaMedicalScribeContext2
type AwsSpeechFullApiSchemaMedicalScribeContext2 = {
PatientContext?: AwsSpeechFullApiSchemaMedicalScribePatientContext2;
};
Properties
PatientContext?
optional PatientContext?: AwsSpeechFullApiSchemaMedicalScribePatientContext2;
AwsSpeechFullApiSchemaMedicalScribeEncryptionSettings
type AwsSpeechFullApiSchemaMedicalScribeEncryptionSettings = {
KmsEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap2;
KmsKeyId: string;
};
Properties
KmsEncryptionContext?
optional KmsEncryptionContext?: AwsSpeechFullApiSchemaKMSEncryptionContextMap2;
KmsKeyId
type AwsSpeechFullApiSchemaMedicalScribeInputStream =
| {
AudioEvent: AwsSpeechFullApiSchemaMedicalScribeAudioEvent;
}
| {
SessionControlEvent: AwsSpeechFullApiSchemaMedicalScribeSessionControlEvent;
}
| {
ConfigurationEvent: AwsSpeechFullApiSchemaMedicalScribeConfigurationEvent;
};
AwsSpeechFullApiSchemaMedicalScribeJob
type AwsSpeechFullApiSchemaMedicalScribeJob = {
ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions;
CompletionTime?: string;
CreationTime?: string;
DataAccessRoleArn?: string;
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode2;
Media?: AwsSpeechFullApiSchemaMedia;
MedicalScribeContextProvided?: boolean;
MedicalScribeJobName?: string;
MedicalScribeJobStatus?: AwsSpeechFullApiSchemaMedicalScribeJobStatus;
MedicalScribeOutput?: AwsSpeechFullApiSchemaMedicalScribeOutput;
Settings?: AwsSpeechFullApiSchemaMedicalScribeSettings;
StartTime?: string;
Tags?: AwsSpeechFullApiSchemaTagList;
};
Properties
ChannelDefinitions?
optional ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions;
CompletionTime?
optional CompletionTime?: string;
CreationTime?
optional CreationTime?: string;
DataAccessRoleArn?
optional DataAccessRoleArn?: string;
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode2;
optional Media?: AwsSpeechFullApiSchemaMedia;
MedicalScribeContextProvided?
optional MedicalScribeContextProvided?: boolean;
MedicalScribeJobName?
optional MedicalScribeJobName?: string;
MedicalScribeJobStatus?
optional MedicalScribeJobStatus?: AwsSpeechFullApiSchemaMedicalScribeJobStatus;
MedicalScribeOutput?
optional MedicalScribeOutput?: AwsSpeechFullApiSchemaMedicalScribeOutput;
Settings?
optional Settings?: AwsSpeechFullApiSchemaMedicalScribeSettings;
StartTime?
optional StartTime?: string;
optional Tags?: AwsSpeechFullApiSchemaTagList;
AwsSpeechFullApiSchemaMedicalScribeJobStatus
type AwsSpeechFullApiSchemaMedicalScribeJobStatus = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeJobSummaries
type AwsSpeechFullApiSchemaMedicalScribeJobSummaries = ReadonlyArray<AwsSpeechFullApiSchemaMedicalScribeJobSummary>;
AwsSpeechFullApiSchemaMedicalScribeJobSummary
type AwsSpeechFullApiSchemaMedicalScribeJobSummary = {
CompletionTime?: string;
CreationTime?: string;
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode2;
MedicalScribeJobName?: string;
MedicalScribeJobStatus?: AwsSpeechFullApiSchemaMedicalScribeJobStatus;
StartTime?: string;
};
Properties
CompletionTime?
optional CompletionTime?: string;
CreationTime?
optional CreationTime?: string;
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode2;
MedicalScribeJobName?
optional MedicalScribeJobName?: string;
MedicalScribeJobStatus?
optional MedicalScribeJobStatus?: AwsSpeechFullApiSchemaMedicalScribeJobStatus;
StartTime?
optional StartTime?: string;
AwsSpeechFullApiSchemaMedicalScribeLanguageCode
type AwsSpeechFullApiSchemaMedicalScribeLanguageCode = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeLanguageCode2
type AwsSpeechFullApiSchemaMedicalScribeLanguageCode2 = AwsSpeechFullApiSchemaJsonValue;
type AwsSpeechFullApiSchemaMedicalScribeMediaEncoding = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeNoteTemplate
type AwsSpeechFullApiSchemaMedicalScribeNoteTemplate = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeNoteTemplate2
type AwsSpeechFullApiSchemaMedicalScribeNoteTemplate2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeOutput
type AwsSpeechFullApiSchemaMedicalScribeOutput = {
ClinicalDocumentUri: string;
TranscriptFileUri: string;
};
Properties
ClinicalDocumentUri
ClinicalDocumentUri: string;
TranscriptFileUri
TranscriptFileUri: string;
AwsSpeechFullApiSchemaMedicalScribeParticipantRole
type AwsSpeechFullApiSchemaMedicalScribeParticipantRole = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeParticipantRole2
type AwsSpeechFullApiSchemaMedicalScribeParticipantRole2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribePatientContext
type AwsSpeechFullApiSchemaMedicalScribePatientContext = {
Pronouns?: AwsSpeechFullApiSchemaPronouns;
};
Properties
Pronouns?
optional Pronouns?: AwsSpeechFullApiSchemaPronouns;
AwsSpeechFullApiSchemaMedicalScribePatientContext2
type AwsSpeechFullApiSchemaMedicalScribePatientContext2 = {
Pronouns?: AwsSpeechFullApiSchemaPronouns2;
};
Properties
Pronouns?
optional Pronouns?: AwsSpeechFullApiSchemaPronouns2;
AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsResult
type AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsResult = {
ClinicalNoteGenerationResult?: AwsSpeechFullApiSchemaClinicalNoteGenerationResult;
};
Properties
ClinicalNoteGenerationResult?
optional ClinicalNoteGenerationResult?: AwsSpeechFullApiSchemaClinicalNoteGenerationResult;
AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsSettings
type AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsSettings = {
ClinicalNoteGenerationSettings: AwsSpeechFullApiSchemaClinicalNoteGenerationSettings2;
};
Properties
ClinicalNoteGenerationSettings
ClinicalNoteGenerationSettings: AwsSpeechFullApiSchemaClinicalNoteGenerationSettings2;
AwsSpeechFullApiSchemaMedicalScribeResultStream
type AwsSpeechFullApiSchemaMedicalScribeResultStream =
| {
TranscriptEvent: AwsSpeechFullApiSchemaMedicalScribeTranscriptEvent;
}
| {
BadRequestException: AwsSpeechFullApiSchemaBadRequestException;
}
| {
LimitExceededException: AwsSpeechFullApiSchemaLimitExceededException;
}
| {
InternalFailureException: AwsSpeechFullApiSchemaInternalFailureException;
}
| {
ConflictException: AwsSpeechFullApiSchemaConflictException;
}
| {
ServiceUnavailableException: AwsSpeechFullApiSchemaServiceUnavailableException;
};
AwsSpeechFullApiSchemaMedicalScribeSessionControlEvent
type AwsSpeechFullApiSchemaMedicalScribeSessionControlEvent = {
Type: AwsSpeechFullApiSchemaMedicalScribeSessionControlEventType;
};
Properties
Type
Type: AwsSpeechFullApiSchemaMedicalScribeSessionControlEventType;
AwsSpeechFullApiSchemaMedicalScribeSessionControlEventType
type AwsSpeechFullApiSchemaMedicalScribeSessionControlEventType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeSettings
type AwsSpeechFullApiSchemaMedicalScribeSettings = {
ChannelIdentification?: boolean;
ClinicalNoteGenerationSettings?: AwsSpeechFullApiSchemaClinicalNoteGenerationSettings;
MaxSpeakerLabels?: number;
ShowSpeakerLabels?: boolean;
VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod;
VocabularyFilterName?: string;
VocabularyName?: string;
};
Properties
ChannelIdentification?
optional ChannelIdentification?: boolean;
ClinicalNoteGenerationSettings?
optional ClinicalNoteGenerationSettings?: AwsSpeechFullApiSchemaClinicalNoteGenerationSettings;
MaxSpeakerLabels?
optional MaxSpeakerLabels?: number;
ShowSpeakerLabels?
optional ShowSpeakerLabels?: boolean;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaMedicalScribeStreamDetails
type AwsSpeechFullApiSchemaMedicalScribeStreamDetails = {
ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions2;
EncryptionSettings?: AwsSpeechFullApiSchemaMedicalScribeEncryptionSettings;
LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode;
MediaEncoding?: AwsSpeechFullApiSchemaMedicalScribeMediaEncoding;
MediaSampleRateHertz?: number;
MedicalScribeContextProvided?: boolean;
PostStreamAnalyticsResult?: AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsResult;
PostStreamAnalyticsSettings?: AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsSettings;
ResourceAccessRoleArn?: string;
SessionId?: string;
StreamCreatedAt?: string;
StreamEndedAt?: string;
StreamStatus?: AwsSpeechFullApiSchemaMedicalScribeStreamStatus;
VocabularyFilterMethod?: AwsSpeechFullApiSchemaMedicalScribeVocabularyFilterMethod;
VocabularyFilterName?: string;
VocabularyName?: string;
};
Properties
ChannelDefinitions?
optional ChannelDefinitions?: AwsSpeechFullApiSchemaMedicalScribeChannelDefinitions2;
EncryptionSettings?
optional EncryptionSettings?: AwsSpeechFullApiSchemaMedicalScribeEncryptionSettings;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode;
optional MediaEncoding?: AwsSpeechFullApiSchemaMedicalScribeMediaEncoding;
optional MediaSampleRateHertz?: number;
MedicalScribeContextProvided?
optional MedicalScribeContextProvided?: boolean;
PostStreamAnalyticsResult?
optional PostStreamAnalyticsResult?: AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsResult;
PostStreamAnalyticsSettings?
optional PostStreamAnalyticsSettings?: AwsSpeechFullApiSchemaMedicalScribePostStreamAnalyticsSettings;
ResourceAccessRoleArn?
optional ResourceAccessRoleArn?: string;
SessionId?
optional SessionId?: string;
StreamCreatedAt?
optional StreamCreatedAt?: string;
StreamEndedAt?
optional StreamEndedAt?: string;
StreamStatus?
optional StreamStatus?: AwsSpeechFullApiSchemaMedicalScribeStreamStatus;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsSpeechFullApiSchemaMedicalScribeVocabularyFilterMethod;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaMedicalScribeStreamStatus
type AwsSpeechFullApiSchemaMedicalScribeStreamStatus = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeTranscriptEvent
type AwsSpeechFullApiSchemaMedicalScribeTranscriptEvent = {
TranscriptSegment?: AwsSpeechFullApiSchemaMedicalScribeTranscriptSegment;
};
Properties
TranscriptSegment?
optional TranscriptSegment?: AwsSpeechFullApiSchemaMedicalScribeTranscriptSegment;
AwsSpeechFullApiSchemaMedicalScribeTranscriptItem
type AwsSpeechFullApiSchemaMedicalScribeTranscriptItem = {
BeginAudioTime?: number;
Confidence?: number;
Content?: string;
EndAudioTime?: number;
Type?: AwsSpeechFullApiSchemaMedicalScribeTranscriptItemType;
VocabularyFilterMatch?: boolean;
};
Properties
BeginAudioTime?
optional BeginAudioTime?: number;
Confidence?
optional Confidence?: number;
Content?
optional Content?: string;
EndAudioTime?
optional EndAudioTime?: number;
Type?
optional Type?: AwsSpeechFullApiSchemaMedicalScribeTranscriptItemType;
VocabularyFilterMatch?
optional VocabularyFilterMatch?: boolean;
AwsSpeechFullApiSchemaMedicalScribeTranscriptItemList
type AwsSpeechFullApiSchemaMedicalScribeTranscriptItemList = ReadonlyArray<AwsSpeechFullApiSchemaMedicalScribeTranscriptItem>;
AwsSpeechFullApiSchemaMedicalScribeTranscriptItemType
type AwsSpeechFullApiSchemaMedicalScribeTranscriptItemType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalScribeTranscriptSegment
type AwsSpeechFullApiSchemaMedicalScribeTranscriptSegment = {
BeginAudioTime?: number;
ChannelId?: string;
Content?: string;
EndAudioTime?: number;
IsPartial?: boolean;
Items?: AwsSpeechFullApiSchemaMedicalScribeTranscriptItemList;
SegmentId?: string;
};
Properties
BeginAudioTime?
optional BeginAudioTime?: number;
ChannelId?
optional ChannelId?: string;
Content?
optional Content?: string;
EndAudioTime?
optional EndAudioTime?: number;
IsPartial?
optional IsPartial?: boolean;
Items?
optional Items?: AwsSpeechFullApiSchemaMedicalScribeTranscriptItemList;
SegmentId?
optional SegmentId?: string;
AwsSpeechFullApiSchemaMedicalScribeVocabularyFilterMethod
type AwsSpeechFullApiSchemaMedicalScribeVocabularyFilterMethod = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaMedicalTranscript
type AwsSpeechFullApiSchemaMedicalTranscript = {
TranscriptFileUri?: string;
};
Properties
TranscriptFileUri?
optional TranscriptFileUri?: string;
AwsSpeechFullApiSchemaMedicalTranscript2
type AwsSpeechFullApiSchemaMedicalTranscript2 = {
Results?: AwsSpeechFullApiSchemaMedicalResultList;
};
Properties
Results?
optional Results?: AwsSpeechFullApiSchemaMedicalResultList;
AwsSpeechFullApiSchemaMedicalTranscriptEvent
type AwsSpeechFullApiSchemaMedicalTranscriptEvent = {
Transcript?: AwsSpeechFullApiSchemaMedicalTranscript2;
};
Properties
Transcript?
optional Transcript?: AwsSpeechFullApiSchemaMedicalTranscript2;
AwsSpeechFullApiSchemaMedicalTranscriptionJob
type AwsSpeechFullApiSchemaMedicalTranscriptionJob = {
CompletionTime?: string;
ContentIdentificationType?: AwsSpeechFullApiSchemaMedicalContentIdentificationType;
CreationTime?: string;
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
Media?: AwsSpeechFullApiSchemaMedia;
MediaFormat?: AwsSpeechFullApiSchemaMediaFormat;
MediaSampleRateHertz?: number;
MedicalTranscriptionJobName?: string;
Settings?: AwsSpeechFullApiSchemaMedicalTranscriptionSetting;
Specialty?: AwsSpeechFullApiSchemaSpecialty;
StartTime?: string;
Tags?: AwsSpeechFullApiSchemaTagList;
Transcript?: AwsSpeechFullApiSchemaMedicalTranscript;
TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
Type?: AwsSpeechFullApiSchemaType;
};
Properties
CompletionTime?
optional CompletionTime?: string;
ContentIdentificationType?
optional ContentIdentificationType?: AwsSpeechFullApiSchemaMedicalContentIdentificationType;
CreationTime?
optional CreationTime?: string;
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
optional Media?: AwsSpeechFullApiSchemaMedia;
optional MediaFormat?: AwsSpeechFullApiSchemaMediaFormat;
optional MediaSampleRateHertz?: number;
MedicalTranscriptionJobName?
optional MedicalTranscriptionJobName?: string;
Settings?
optional Settings?: AwsSpeechFullApiSchemaMedicalTranscriptionSetting;
Specialty?
optional Specialty?: AwsSpeechFullApiSchemaSpecialty;
StartTime?
optional StartTime?: string;
optional Tags?: AwsSpeechFullApiSchemaTagList;
Transcript?
optional Transcript?: AwsSpeechFullApiSchemaMedicalTranscript;
TranscriptionJobStatus?
optional TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
Type?
optional Type?: AwsSpeechFullApiSchemaType;
AwsSpeechFullApiSchemaMedicalTranscriptionJobSummaries
type AwsSpeechFullApiSchemaMedicalTranscriptionJobSummaries = ReadonlyArray<AwsSpeechFullApiSchemaMedicalTranscriptionJobSummary>;
AwsSpeechFullApiSchemaMedicalTranscriptionJobSummary
type AwsSpeechFullApiSchemaMedicalTranscriptionJobSummary = {
CompletionTime?: string;
ContentIdentificationType?: AwsSpeechFullApiSchemaMedicalContentIdentificationType;
CreationTime?: string;
FailureReason?: string;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
MedicalTranscriptionJobName?: string;
OutputLocationType?: AwsSpeechFullApiSchemaOutputLocationType;
Specialty?: AwsSpeechFullApiSchemaSpecialty;
StartTime?: string;
TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
Type?: AwsSpeechFullApiSchemaType;
};
Properties
CompletionTime?
optional CompletionTime?: string;
ContentIdentificationType?
optional ContentIdentificationType?: AwsSpeechFullApiSchemaMedicalContentIdentificationType;
CreationTime?
optional CreationTime?: string;
FailureReason?
optional FailureReason?: string;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
MedicalTranscriptionJobName?
optional MedicalTranscriptionJobName?: string;
OutputLocationType?
optional OutputLocationType?: AwsSpeechFullApiSchemaOutputLocationType;
Specialty?
optional Specialty?: AwsSpeechFullApiSchemaSpecialty;
StartTime?
optional StartTime?: string;
TranscriptionJobStatus?
optional TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
Type?
optional Type?: AwsSpeechFullApiSchemaType;
AwsSpeechFullApiSchemaMedicalTranscriptionSetting
type AwsSpeechFullApiSchemaMedicalTranscriptionSetting = {
ChannelIdentification?: boolean;
MaxAlternatives?: number;
MaxSpeakerLabels?: number;
ShowAlternatives?: boolean;
ShowSpeakerLabels?: boolean;
VocabularyName?: string;
};
Properties
ChannelIdentification?
optional ChannelIdentification?: boolean;
MaxAlternatives?
optional MaxAlternatives?: number;
MaxSpeakerLabels?
optional MaxSpeakerLabels?: number;
ShowAlternatives?
optional ShowAlternatives?: boolean;
ShowSpeakerLabels?
optional ShowSpeakerLabels?: boolean;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaMedicalTranscriptResultStream
type AwsSpeechFullApiSchemaMedicalTranscriptResultStream =
| {
TranscriptEvent: AwsSpeechFullApiSchemaMedicalTranscriptEvent;
}
| {
BadRequestException: AwsSpeechFullApiSchemaBadRequestException;
}
| {
LimitExceededException: AwsSpeechFullApiSchemaLimitExceededException;
}
| {
InternalFailureException: AwsSpeechFullApiSchemaInternalFailureException;
}
| {
ConflictException: AwsSpeechFullApiSchemaConflictException;
}
| {
ServiceUnavailableException: AwsSpeechFullApiSchemaServiceUnavailableException;
};
AwsSpeechFullApiSchemaModels
type AwsSpeechFullApiSchemaModels = ReadonlyArray<AwsSpeechFullApiSchemaLanguageModel>;
AwsSpeechFullApiSchemaModelSettings
type AwsSpeechFullApiSchemaModelSettings = {
LanguageModelName?: string;
};
Properties
LanguageModelName?
optional LanguageModelName?: string;
AwsSpeechFullApiSchemaModelStatus
type AwsSpeechFullApiSchemaModelStatus = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaNonTalkTimeFilter
type AwsSpeechFullApiSchemaNonTalkTimeFilter = {
AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?: boolean;
RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Threshold?: number;
};
Properties
AbsoluteTimeRange?
optional AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?
optional Negate?: boolean;
RelativeTimeRange?
optional RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Threshold?
optional Threshold?: number;
type AwsSpeechFullApiSchemaOutputFormat = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaOutputLocationType
type AwsSpeechFullApiSchemaOutputLocationType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaPartialResultsStability
type AwsSpeechFullApiSchemaPartialResultsStability = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaParticipantRole
type AwsSpeechFullApiSchemaParticipantRole = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaParticipantRole2
type AwsSpeechFullApiSchemaParticipantRole2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaPhrases
type AwsSpeechFullApiSchemaPhrases = ReadonlyArray<string>;
AwsSpeechFullApiSchemaPiiEntityType
type AwsSpeechFullApiSchemaPiiEntityType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaPiiEntityTypes
type AwsSpeechFullApiSchemaPiiEntityTypes = ReadonlyArray<AwsSpeechFullApiSchemaPiiEntityType>;
AwsSpeechFullApiSchemaPointsOfInterest
type AwsSpeechFullApiSchemaPointsOfInterest = {
TimestampRanges?: AwsSpeechFullApiSchemaTimestampRanges;
};
Properties
TimestampRanges?
optional TimestampRanges?: AwsSpeechFullApiSchemaTimestampRanges;
AwsSpeechFullApiSchemaPostCallAnalyticsSettings
type AwsSpeechFullApiSchemaPostCallAnalyticsSettings = {
ContentRedactionOutput?: AwsSpeechFullApiSchemaContentRedactionOutput;
DataAccessRoleArn: string;
OutputEncryptionKMSKeyId?: string;
OutputLocation: string;
};
Properties
ContentRedactionOutput?
optional ContentRedactionOutput?: AwsSpeechFullApiSchemaContentRedactionOutput;
DataAccessRoleArn
DataAccessRoleArn: string;
OutputEncryptionKMSKeyId?
optional OutputEncryptionKMSKeyId?: string;
OutputLocation
AwsSpeechFullApiSchemaPronouns
type AwsSpeechFullApiSchemaPronouns = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaPronouns2
type AwsSpeechFullApiSchemaPronouns2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaPutLexiconOutput
type AwsSpeechFullApiSchemaPutLexiconOutput = {
};
AwsSpeechFullApiSchemaQuotaCode
type AwsSpeechFullApiSchemaQuotaCode = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaRedactionOutput
type AwsSpeechFullApiSchemaRedactionOutput = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaRedactionType
type AwsSpeechFullApiSchemaRedactionType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaRelativeTimeRange
type AwsSpeechFullApiSchemaRelativeTimeRange = {
EndPercentage?: number;
First?: number;
Last?: number;
StartPercentage?: number;
};
Properties
EndPercentage?
optional EndPercentage?: number;
First?
Last?
StartPercentage?
optional StartPercentage?: number;
AwsSpeechFullApiSchemaResult
type AwsSpeechFullApiSchemaResult = {
Alternatives?: AwsSpeechFullApiSchemaAlternativeList;
ChannelId?: string;
EndTime?: number;
IsPartial?: boolean;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
LanguageIdentification?: AwsSpeechFullApiSchemaLanguageIdentification;
ResultId?: string;
StartTime?: number;
};
Properties
Alternatives?
optional Alternatives?: AwsSpeechFullApiSchemaAlternativeList;
ChannelId?
optional ChannelId?: string;
EndTime?
optional EndTime?: number;
IsPartial?
optional IsPartial?: boolean;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
LanguageIdentification?
optional LanguageIdentification?: AwsSpeechFullApiSchemaLanguageIdentification;
ResultId?
optional ResultId?: string;
StartTime?
optional StartTime?: number;
AwsSpeechFullApiSchemaResultList
type AwsSpeechFullApiSchemaResultList = ReadonlyArray<AwsSpeechFullApiSchemaResult>;
AwsSpeechFullApiSchemaRule
type AwsSpeechFullApiSchemaRule =
| {
NonTalkTimeFilter: AwsSpeechFullApiSchemaNonTalkTimeFilter;
}
| {
InterruptionFilter: AwsSpeechFullApiSchemaInterruptionFilter;
}
| {
TranscriptFilter: AwsSpeechFullApiSchemaTranscriptFilter;
}
| {
SentimentFilter: AwsSpeechFullApiSchemaSentimentFilter;
};
AwsSpeechFullApiSchemaRuleList
type AwsSpeechFullApiSchemaRuleList = ReadonlyArray<AwsSpeechFullApiSchemaRule>;
AwsSpeechFullApiSchemaSentiment
type AwsSpeechFullApiSchemaSentiment = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaSentimentFilter
type AwsSpeechFullApiSchemaSentimentFilter = {
AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?: boolean;
ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Sentiments: AwsSpeechFullApiSchemaSentimentValueList;
};
Properties
AbsoluteTimeRange?
optional AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?
optional Negate?: boolean;
ParticipantRole?
optional ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
RelativeTimeRange?
optional RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Sentiments
Sentiments: AwsSpeechFullApiSchemaSentimentValueList;
AwsSpeechFullApiSchemaSentimentValue
type AwsSpeechFullApiSchemaSentimentValue = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaSentimentValueList
type AwsSpeechFullApiSchemaSentimentValueList = ReadonlyArray<AwsSpeechFullApiSchemaSentimentValue>;
AwsSpeechFullApiSchemaServiceCode
type AwsSpeechFullApiSchemaServiceCode = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaServiceFailureException
type AwsSpeechFullApiSchemaServiceFailureException = {
message?: string;
};
Properties
message?
optional message?: string;
AwsSpeechFullApiSchemaServiceQuotaExceededException
type AwsSpeechFullApiSchemaServiceQuotaExceededException = {
message: string;
quotaCode: AwsSpeechFullApiSchemaQuotaCode;
serviceCode: AwsSpeechFullApiSchemaServiceCode;
};
Properties
message
quotaCode
quotaCode: AwsSpeechFullApiSchemaQuotaCode;
serviceCode
serviceCode: AwsSpeechFullApiSchemaServiceCode;
AwsSpeechFullApiSchemaServiceUnavailableException
type AwsSpeechFullApiSchemaServiceUnavailableException = {
Message?: string;
};
Properties
Message?
optional Message?: string;
AwsSpeechFullApiSchemaSettings
type AwsSpeechFullApiSchemaSettings = {
ChannelIdentification?: boolean;
MaxAlternatives?: number;
MaxSpeakerLabels?: number;
ShowAlternatives?: boolean;
ShowSpeakerLabels?: boolean;
VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod;
VocabularyFilterName?: string;
VocabularyName?: string;
};
Properties
ChannelIdentification?
optional ChannelIdentification?: boolean;
MaxAlternatives?
optional MaxAlternatives?: number;
MaxSpeakerLabels?
optional MaxSpeakerLabels?: number;
ShowAlternatives?
optional ShowAlternatives?: boolean;
ShowSpeakerLabels?
optional ShowSpeakerLabels?: boolean;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaSpecialty
type AwsSpeechFullApiSchemaSpecialty = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaSpecialty2
type AwsSpeechFullApiSchemaSpecialty2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaSpeechMarkType
type AwsSpeechFullApiSchemaSpeechMarkType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaSpeechMarkTypeList
type AwsSpeechFullApiSchemaSpeechMarkTypeList = ReadonlyArray<AwsSpeechFullApiSchemaSpeechMarkType>;
AwsSpeechFullApiSchemaStartCallAnalyticsJobResponse
type AwsSpeechFullApiSchemaStartCallAnalyticsJobResponse = {
CallAnalyticsJob?: AwsSpeechFullApiSchemaCallAnalyticsJob;
};
Properties
CallAnalyticsJob?
optional CallAnalyticsJob?: AwsSpeechFullApiSchemaCallAnalyticsJob;
AwsSpeechFullApiSchemaStartCallAnalyticsStreamTranscriptionResponse
type AwsSpeechFullApiSchemaStartCallAnalyticsStreamTranscriptionResponse = {
CallAnalyticsTranscriptResultStream?: AwsSpeechFullApiSchemaCallAnalyticsTranscriptResultStream;
ContentIdentificationType?: AwsSpeechFullApiSchemaContentIdentificationType;
ContentRedactionType?: AwsSpeechFullApiSchemaContentRedactionType;
EnablePartialResultsStabilization?: boolean;
IdentifyLanguage?: boolean;
LanguageCode?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
LanguageModelName?: string;
LanguageOptions?: string;
MediaEncoding?: AwsSpeechFullApiSchemaMediaEncoding;
MediaSampleRateHertz?: number;
PartialResultsStability?: AwsSpeechFullApiSchemaPartialResultsStability;
PiiEntityTypes?: string;
PreferredLanguage?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
RequestId?: string;
SessionId?: string;
VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod2;
VocabularyFilterName?: string;
VocabularyFilterNames?: string;
VocabularyName?: string;
VocabularyNames?: string;
};
Properties
CallAnalyticsTranscriptResultStream?
optional CallAnalyticsTranscriptResultStream?: AwsSpeechFullApiSchemaCallAnalyticsTranscriptResultStream;
ContentIdentificationType?
optional ContentIdentificationType?: AwsSpeechFullApiSchemaContentIdentificationType;
ContentRedactionType?
optional ContentRedactionType?: AwsSpeechFullApiSchemaContentRedactionType;
EnablePartialResultsStabilization?
optional EnablePartialResultsStabilization?: boolean;
IdentifyLanguage?
optional IdentifyLanguage?: boolean;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
LanguageModelName?
optional LanguageModelName?: string;
LanguageOptions?
optional LanguageOptions?: string;
optional MediaEncoding?: AwsSpeechFullApiSchemaMediaEncoding;
optional MediaSampleRateHertz?: number;
PartialResultsStability?
optional PartialResultsStability?: AwsSpeechFullApiSchemaPartialResultsStability;
PiiEntityTypes?
optional PiiEntityTypes?: string;
PreferredLanguage?
optional PreferredLanguage?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
RequestId?
optional RequestId?: string;
SessionId?
optional SessionId?: string;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod2;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyFilterNames?
optional VocabularyFilterNames?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyNames?
optional VocabularyNames?: string;
AwsSpeechFullApiSchemaStartMedicalScribeJobResponse
type AwsSpeechFullApiSchemaStartMedicalScribeJobResponse = {
MedicalScribeJob?: AwsSpeechFullApiSchemaMedicalScribeJob;
};
Properties
MedicalScribeJob?
optional MedicalScribeJob?: AwsSpeechFullApiSchemaMedicalScribeJob;
AwsSpeechFullApiSchemaStartMedicalScribeStreamResponse
type AwsSpeechFullApiSchemaStartMedicalScribeStreamResponse = {
LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode;
MediaEncoding?: AwsSpeechFullApiSchemaMedicalScribeMediaEncoding;
MediaSampleRateHertz?: number;
RequestId?: string;
ResultStream?: AwsSpeechFullApiSchemaMedicalScribeResultStream;
SessionId?: string;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaMedicalScribeLanguageCode;
optional MediaEncoding?: AwsSpeechFullApiSchemaMedicalScribeMediaEncoding;
optional MediaSampleRateHertz?: number;
RequestId?
optional RequestId?: string;
ResultStream?
optional ResultStream?: AwsSpeechFullApiSchemaMedicalScribeResultStream;
SessionId?
optional SessionId?: string;
AwsSpeechFullApiSchemaStartMedicalStreamTranscriptionResponse
type AwsSpeechFullApiSchemaStartMedicalStreamTranscriptionResponse = {
ContentIdentificationType?: AwsSpeechFullApiSchemaMedicalContentIdentificationType2;
EnableChannelIdentification?: boolean;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
MediaEncoding?: AwsSpeechFullApiSchemaMediaEncoding;
MediaSampleRateHertz?: number;
NumberOfChannels?: number;
RequestId?: string;
SessionId?: string;
ShowSpeakerLabel?: boolean;
Specialty?: AwsSpeechFullApiSchemaSpecialty2;
TranscriptResultStream?: AwsSpeechFullApiSchemaMedicalTranscriptResultStream;
Type?: AwsSpeechFullApiSchemaType2;
VocabularyName?: string;
};
Properties
ContentIdentificationType?
optional ContentIdentificationType?: AwsSpeechFullApiSchemaMedicalContentIdentificationType2;
EnableChannelIdentification?
optional EnableChannelIdentification?: boolean;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
optional MediaEncoding?: AwsSpeechFullApiSchemaMediaEncoding;
optional MediaSampleRateHertz?: number;
NumberOfChannels?
optional NumberOfChannels?: number;
RequestId?
optional RequestId?: string;
SessionId?
optional SessionId?: string;
ShowSpeakerLabel?
optional ShowSpeakerLabel?: boolean;
Specialty?
optional Specialty?: AwsSpeechFullApiSchemaSpecialty2;
TranscriptResultStream?
optional TranscriptResultStream?: AwsSpeechFullApiSchemaMedicalTranscriptResultStream;
Type?
optional Type?: AwsSpeechFullApiSchemaType2;
VocabularyName?
optional VocabularyName?: string;
AwsSpeechFullApiSchemaStartMedicalTranscriptionJobResponse
type AwsSpeechFullApiSchemaStartMedicalTranscriptionJobResponse = {
MedicalTranscriptionJob?: AwsSpeechFullApiSchemaMedicalTranscriptionJob;
};
Properties
MedicalTranscriptionJob?
optional MedicalTranscriptionJob?: AwsSpeechFullApiSchemaMedicalTranscriptionJob;
AwsSpeechFullApiSchemaStartSpeechSynthesisStreamActionStream
type AwsSpeechFullApiSchemaStartSpeechSynthesisStreamActionStream =
| {
TextEvent: AwsSpeechFullApiSchemaTextEvent;
}
| {
CloseStreamEvent: AwsSpeechFullApiSchemaCloseStreamEvent;
};
AwsSpeechFullApiSchemaStartSpeechSynthesisStreamEventStream
type AwsSpeechFullApiSchemaStartSpeechSynthesisStreamEventStream =
| {
AudioEvent: AwsSpeechFullApiSchemaAudioEvent2;
}
| {
StreamClosedEvent: AwsSpeechFullApiSchemaStreamClosedEvent;
}
| {
ValidationException: AwsSpeechFullApiSchemaValidationException;
}
| {
ServiceQuotaExceededException: AwsSpeechFullApiSchemaServiceQuotaExceededException;
}
| {
ServiceFailureException: AwsSpeechFullApiSchemaServiceFailureException;
}
| {
ThrottlingException: AwsSpeechFullApiSchemaThrottlingException;
};
AwsSpeechFullApiSchemaStartSpeechSynthesisStreamOutput
type AwsSpeechFullApiSchemaStartSpeechSynthesisStreamOutput = {
EventStream?: AwsSpeechFullApiSchemaStartSpeechSynthesisStreamEventStream;
};
Properties
EventStream?
optional EventStream?: AwsSpeechFullApiSchemaStartSpeechSynthesisStreamEventStream;
AwsSpeechFullApiSchemaStartSpeechSynthesisTaskOutput
type AwsSpeechFullApiSchemaStartSpeechSynthesisTaskOutput = {
SynthesisTask?: AwsSpeechFullApiSchemaSynthesisTask;
};
Properties
SynthesisTask?
optional SynthesisTask?: AwsSpeechFullApiSchemaSynthesisTask;
AwsSpeechFullApiSchemaStartStreamTranscriptionResponse
type AwsSpeechFullApiSchemaStartStreamTranscriptionResponse = {
ContentIdentificationType?: AwsSpeechFullApiSchemaContentIdentificationType;
ContentRedactionType?: AwsSpeechFullApiSchemaContentRedactionType;
EnableChannelIdentification?: boolean;
EnablePartialResultsStabilization?: boolean;
IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?: boolean;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
LanguageModelName?: string;
LanguageOptions?: string;
MediaEncoding?: AwsSpeechFullApiSchemaMediaEncoding;
MediaSampleRateHertz?: number;
NumberOfChannels?: number;
PartialResultsStability?: AwsSpeechFullApiSchemaPartialResultsStability;
PiiEntityTypes?: string;
PreferredLanguage?: AwsSpeechFullApiSchemaLanguageCode3;
RequestId?: string;
SessionId?: string;
SessionResumeWindow?: number;
ShowSpeakerLabel?: boolean;
TranscriptResultStream?: AwsSpeechFullApiSchemaTranscriptResultStream;
VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod2;
VocabularyFilterName?: string;
VocabularyFilterNames?: string;
VocabularyName?: string;
VocabularyNames?: string;
};
Properties
ContentIdentificationType?
optional ContentIdentificationType?: AwsSpeechFullApiSchemaContentIdentificationType;
ContentRedactionType?
optional ContentRedactionType?: AwsSpeechFullApiSchemaContentRedactionType;
EnableChannelIdentification?
optional EnableChannelIdentification?: boolean;
EnablePartialResultsStabilization?
optional EnablePartialResultsStabilization?: boolean;
IdentifyLanguage?
optional IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?
optional IdentifyMultipleLanguages?: boolean;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode3;
LanguageModelName?
optional LanguageModelName?: string;
LanguageOptions?
optional LanguageOptions?: string;
optional MediaEncoding?: AwsSpeechFullApiSchemaMediaEncoding;
optional MediaSampleRateHertz?: number;
NumberOfChannels?
optional NumberOfChannels?: number;
PartialResultsStability?
optional PartialResultsStability?: AwsSpeechFullApiSchemaPartialResultsStability;
PiiEntityTypes?
optional PiiEntityTypes?: string;
PreferredLanguage?
optional PreferredLanguage?: AwsSpeechFullApiSchemaLanguageCode3;
RequestId?
optional RequestId?: string;
SessionId?
optional SessionId?: string;
SessionResumeWindow?
optional SessionResumeWindow?: number;
ShowSpeakerLabel?
optional ShowSpeakerLabel?: boolean;
TranscriptResultStream?
optional TranscriptResultStream?: AwsSpeechFullApiSchemaTranscriptResultStream;
VocabularyFilterMethod?
optional VocabularyFilterMethod?: AwsSpeechFullApiSchemaVocabularyFilterMethod2;
VocabularyFilterName?
optional VocabularyFilterName?: string;
VocabularyFilterNames?
optional VocabularyFilterNames?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyNames?
optional VocabularyNames?: string;
AwsSpeechFullApiSchemaStartTranscriptionJobResponse
type AwsSpeechFullApiSchemaStartTranscriptionJobResponse = {
TranscriptionJob?: AwsSpeechFullApiSchemaTranscriptionJob;
};
Properties
TranscriptionJob?
optional TranscriptionJob?: AwsSpeechFullApiSchemaTranscriptionJob;
AwsSpeechFullApiSchemaStreamClosedEvent
type AwsSpeechFullApiSchemaStreamClosedEvent = {
RequestCharacters?: number;
};
Properties
RequestCharacters?
optional RequestCharacters?: number;
AwsSpeechFullApiSchemaStringList
type AwsSpeechFullApiSchemaStringList = ReadonlyArray<string>;
AwsSpeechFullApiSchemaStringTargetList
type AwsSpeechFullApiSchemaStringTargetList = ReadonlyArray<string>;
AwsSpeechFullApiSchemaSubtitleFileUris
type AwsSpeechFullApiSchemaSubtitleFileUris = ReadonlyArray<string>;
type AwsSpeechFullApiSchemaSubtitleFormat = AwsSpeechFullApiSchemaJsonValue;
type AwsSpeechFullApiSchemaSubtitleFormats = ReadonlyArray<AwsSpeechFullApiSchemaSubtitleFormat>;
AwsSpeechFullApiSchemaSubtitles
type AwsSpeechFullApiSchemaSubtitles = {
Formats?: AwsSpeechFullApiSchemaSubtitleFormats;
OutputStartIndex?: number;
};
Properties
optional Formats?: AwsSpeechFullApiSchemaSubtitleFormats;
OutputStartIndex?
optional OutputStartIndex?: number;
AwsSpeechFullApiSchemaSubtitlesOutput
type AwsSpeechFullApiSchemaSubtitlesOutput = {
Formats?: AwsSpeechFullApiSchemaSubtitleFormats;
OutputStartIndex?: number;
SubtitleFileUris?: AwsSpeechFullApiSchemaSubtitleFileUris;
};
Properties
optional Formats?: AwsSpeechFullApiSchemaSubtitleFormats;
OutputStartIndex?
optional OutputStartIndex?: number;
SubtitleFileUris?
optional SubtitleFileUris?: AwsSpeechFullApiSchemaSubtitleFileUris;
AwsSpeechFullApiSchemaSummarization
type AwsSpeechFullApiSchemaSummarization = {
GenerateAbstractiveSummary: boolean;
};
Properties
GenerateAbstractiveSummary
GenerateAbstractiveSummary: boolean;
AwsSpeechFullApiSchemaSynthesisTask
type AwsSpeechFullApiSchemaSynthesisTask = {
CreationTime?: string;
Engine?: AwsSpeechFullApiSchemaEngine;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode;
LexiconNames?: AwsSpeechFullApiSchemaLexiconNameList;
OutputFormat?: AwsSpeechFullApiSchemaOutputFormat;
OutputUri?: string;
RequestCharacters?: number;
SampleRate?: string;
SnsTopicArn?: string;
SpeechMarkTypes?: AwsSpeechFullApiSchemaSpeechMarkTypeList;
TaskId?: string;
TaskStatus?: AwsSpeechFullApiSchemaTaskStatus;
TaskStatusReason?: string;
TextType?: AwsSpeechFullApiSchemaTextType;
VoiceId?: AwsSpeechFullApiSchemaVoiceId;
};
Properties
CreationTime?
optional CreationTime?: string;
Engine?
optional Engine?: AwsSpeechFullApiSchemaEngine;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode;
LexiconNames?
optional LexiconNames?: AwsSpeechFullApiSchemaLexiconNameList;
optional OutputFormat?: AwsSpeechFullApiSchemaOutputFormat;
OutputUri?
optional OutputUri?: string;
RequestCharacters?
optional RequestCharacters?: number;
SampleRate?
optional SampleRate?: string;
SnsTopicArn?
optional SnsTopicArn?: string;
SpeechMarkTypes?
optional SpeechMarkTypes?: AwsSpeechFullApiSchemaSpeechMarkTypeList;
TaskId?
optional TaskId?: string;
TaskStatus?
optional TaskStatus?: AwsSpeechFullApiSchemaTaskStatus;
TaskStatusReason?
optional TaskStatusReason?: string;
TextType?
optional TextType?: AwsSpeechFullApiSchemaTextType;
VoiceId?
optional VoiceId?: AwsSpeechFullApiSchemaVoiceId;
AwsSpeechFullApiSchemaSynthesisTasks
type AwsSpeechFullApiSchemaSynthesisTasks = ReadonlyArray<AwsSpeechFullApiSchemaSynthesisTask>;
AwsSpeechFullApiSchemaSynthesizeSpeechOutput
type AwsSpeechFullApiSchemaSynthesizeSpeechOutput = {
AudioStream?: string;
ContentType?: string;
RequestCharacters?: number;
};
Properties
AudioStream?
optional AudioStream?: string;
ContentType?
optional ContentType?: string;
RequestCharacters?
optional RequestCharacters?: number;
AwsSpeechFullApiSchemaTag
type AwsSpeechFullApiSchemaTag = {
Key: string;
Value: string;
};
Properties
Key
Value
AwsSpeechFullApiSchemaTagKeyList
type AwsSpeechFullApiSchemaTagKeyList = ReadonlyArray<string>;
AwsSpeechFullApiSchemaTagList
type AwsSpeechFullApiSchemaTagList = ReadonlyArray<AwsSpeechFullApiSchemaTag>;
AwsSpeechFullApiSchemaTagResourceResponse
type AwsSpeechFullApiSchemaTagResourceResponse = {
};
AwsSpeechFullApiSchemaTaskStatus
type AwsSpeechFullApiSchemaTaskStatus = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaTextEvent
type AwsSpeechFullApiSchemaTextEvent = {
FlushStreamConfiguration?: AwsSpeechFullApiSchemaFlushStreamConfiguration;
Text: string;
TextType?: AwsSpeechFullApiSchemaTextType;
};
Properties
FlushStreamConfiguration?
optional FlushStreamConfiguration?: AwsSpeechFullApiSchemaFlushStreamConfiguration;
Text
TextType?
optional TextType?: AwsSpeechFullApiSchemaTextType;
AwsSpeechFullApiSchemaTextType
type AwsSpeechFullApiSchemaTextType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaThrottlingException
type AwsSpeechFullApiSchemaThrottlingException = {
message?: string;
throttlingReasons?: AwsSpeechFullApiSchemaThrottlingReasonList;
};
Properties
message?
optional message?: string;
throttlingReasons?
optional throttlingReasons?: AwsSpeechFullApiSchemaThrottlingReasonList;
AwsSpeechFullApiSchemaThrottlingReason
type AwsSpeechFullApiSchemaThrottlingReason = {
reason?: string;
resource?: string;
};
Properties
reason?
optional reason?: string;
resource?
optional resource?: string;
AwsSpeechFullApiSchemaThrottlingReasonList
type AwsSpeechFullApiSchemaThrottlingReasonList = ReadonlyArray<AwsSpeechFullApiSchemaThrottlingReason>;
AwsSpeechFullApiSchemaTimestampRange
type AwsSpeechFullApiSchemaTimestampRange = {
BeginOffsetMillis?: number;
EndOffsetMillis?: number;
};
Properties
BeginOffsetMillis?
optional BeginOffsetMillis?: number;
EndOffsetMillis?
optional EndOffsetMillis?: number;
AwsSpeechFullApiSchemaTimestampRanges
type AwsSpeechFullApiSchemaTimestampRanges = ReadonlyArray<AwsSpeechFullApiSchemaTimestampRange>;
AwsSpeechFullApiSchemaToxicityCategories
type AwsSpeechFullApiSchemaToxicityCategories = ReadonlyArray<AwsSpeechFullApiSchemaToxicityCategory>;
AwsSpeechFullApiSchemaToxicityCategory
type AwsSpeechFullApiSchemaToxicityCategory = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaToxicityDetection
type AwsSpeechFullApiSchemaToxicityDetection = ReadonlyArray<AwsSpeechFullApiSchemaToxicityDetectionSettings>;
AwsSpeechFullApiSchemaToxicityDetectionSettings
type AwsSpeechFullApiSchemaToxicityDetectionSettings = {
ToxicityCategories: AwsSpeechFullApiSchemaToxicityCategories;
};
Properties
ToxicityCategories
ToxicityCategories: AwsSpeechFullApiSchemaToxicityCategories;
AwsSpeechFullApiSchemaTranscript
type AwsSpeechFullApiSchemaTranscript = {
RedactedTranscriptFileUri?: string;
TranscriptFileUri?: string;
};
Properties
RedactedTranscriptFileUri?
optional RedactedTranscriptFileUri?: string;
TranscriptFileUri?
optional TranscriptFileUri?: string;
AwsSpeechFullApiSchemaTranscript2
type AwsSpeechFullApiSchemaTranscript2 = {
Results?: AwsSpeechFullApiSchemaResultList;
};
Properties
Results?
optional Results?: AwsSpeechFullApiSchemaResultList;
AwsSpeechFullApiSchemaTranscriptEvent
type AwsSpeechFullApiSchemaTranscriptEvent = {
Transcript?: AwsSpeechFullApiSchemaTranscript2;
};
Properties
Transcript?
optional Transcript?: AwsSpeechFullApiSchemaTranscript2;
AwsSpeechFullApiSchemaTranscriptFilter
type AwsSpeechFullApiSchemaTranscriptFilter = {
AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?: boolean;
ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Targets: AwsSpeechFullApiSchemaStringTargetList;
TranscriptFilterType: AwsSpeechFullApiSchemaTranscriptFilterType;
};
Properties
AbsoluteTimeRange?
optional AbsoluteTimeRange?: AwsSpeechFullApiSchemaAbsoluteTimeRange;
Negate?
optional Negate?: boolean;
ParticipantRole?
optional ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole;
RelativeTimeRange?
optional RelativeTimeRange?: AwsSpeechFullApiSchemaRelativeTimeRange;
Targets
Targets: AwsSpeechFullApiSchemaStringTargetList;
TranscriptFilterType
TranscriptFilterType: AwsSpeechFullApiSchemaTranscriptFilterType;
AwsSpeechFullApiSchemaTranscriptFilterType
type AwsSpeechFullApiSchemaTranscriptFilterType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaTranscriptionJob
type AwsSpeechFullApiSchemaTranscriptionJob = {
CompletionTime?: string;
ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
CreationTime?: string;
FailureReason?: string;
IdentifiedLanguageScore?: number;
IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?: boolean;
JobExecutionSettings?: AwsSpeechFullApiSchemaJobExecutionSettings;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LanguageCodes?: AwsSpeechFullApiSchemaLanguageCodeList;
LanguageIdSettings?: AwsSpeechFullApiSchemaLanguageIdSettingsMap;
LanguageOptions?: AwsSpeechFullApiSchemaLanguageOptions;
Media?: AwsSpeechFullApiSchemaMedia;
MediaFormat?: AwsSpeechFullApiSchemaMediaFormat;
MediaSampleRateHertz?: number;
ModelSettings?: AwsSpeechFullApiSchemaModelSettings;
Settings?: AwsSpeechFullApiSchemaSettings;
StartTime?: string;
Subtitles?: AwsSpeechFullApiSchemaSubtitlesOutput;
Tags?: AwsSpeechFullApiSchemaTagList;
ToxicityDetection?: AwsSpeechFullApiSchemaToxicityDetection;
Transcript?: AwsSpeechFullApiSchemaTranscript;
TranscriptionJobName?: string;
TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
};
Properties
CompletionTime?
optional CompletionTime?: string;
ContentRedaction?
optional ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
CreationTime?
optional CreationTime?: string;
FailureReason?
optional FailureReason?: string;
IdentifiedLanguageScore?
optional IdentifiedLanguageScore?: number;
IdentifyLanguage?
optional IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?
optional IdentifyMultipleLanguages?: boolean;
JobExecutionSettings?
optional JobExecutionSettings?: AwsSpeechFullApiSchemaJobExecutionSettings;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LanguageCodes?
optional LanguageCodes?: AwsSpeechFullApiSchemaLanguageCodeList;
LanguageIdSettings?
optional LanguageIdSettings?: AwsSpeechFullApiSchemaLanguageIdSettingsMap;
LanguageOptions?
optional LanguageOptions?: AwsSpeechFullApiSchemaLanguageOptions;
optional Media?: AwsSpeechFullApiSchemaMedia;
optional MediaFormat?: AwsSpeechFullApiSchemaMediaFormat;
optional MediaSampleRateHertz?: number;
ModelSettings?
optional ModelSettings?: AwsSpeechFullApiSchemaModelSettings;
Settings?
optional Settings?: AwsSpeechFullApiSchemaSettings;
StartTime?
optional StartTime?: string;
Subtitles?
optional Subtitles?: AwsSpeechFullApiSchemaSubtitlesOutput;
optional Tags?: AwsSpeechFullApiSchemaTagList;
ToxicityDetection?
optional ToxicityDetection?: AwsSpeechFullApiSchemaToxicityDetection;
Transcript?
optional Transcript?: AwsSpeechFullApiSchemaTranscript;
TranscriptionJobName?
optional TranscriptionJobName?: string;
TranscriptionJobStatus?
optional TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
AwsSpeechFullApiSchemaTranscriptionJobStatus
type AwsSpeechFullApiSchemaTranscriptionJobStatus = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaTranscriptionJobSummaries
type AwsSpeechFullApiSchemaTranscriptionJobSummaries = ReadonlyArray<AwsSpeechFullApiSchemaTranscriptionJobSummary>;
AwsSpeechFullApiSchemaTranscriptionJobSummary
type AwsSpeechFullApiSchemaTranscriptionJobSummary = {
CompletionTime?: string;
ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
CreationTime?: string;
FailureReason?: string;
IdentifiedLanguageScore?: number;
IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?: boolean;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LanguageCodes?: AwsSpeechFullApiSchemaLanguageCodeList;
ModelSettings?: AwsSpeechFullApiSchemaModelSettings;
OutputLocationType?: AwsSpeechFullApiSchemaOutputLocationType;
StartTime?: string;
ToxicityDetection?: AwsSpeechFullApiSchemaToxicityDetection;
TranscriptionJobName?: string;
TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
};
Properties
CompletionTime?
optional CompletionTime?: string;
ContentRedaction?
optional ContentRedaction?: AwsSpeechFullApiSchemaContentRedaction;
CreationTime?
optional CreationTime?: string;
FailureReason?
optional FailureReason?: string;
IdentifiedLanguageScore?
optional IdentifiedLanguageScore?: number;
IdentifyLanguage?
optional IdentifyLanguage?: boolean;
IdentifyMultipleLanguages?
optional IdentifyMultipleLanguages?: boolean;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LanguageCodes?
optional LanguageCodes?: AwsSpeechFullApiSchemaLanguageCodeList;
ModelSettings?
optional ModelSettings?: AwsSpeechFullApiSchemaModelSettings;
OutputLocationType?
optional OutputLocationType?: AwsSpeechFullApiSchemaOutputLocationType;
StartTime?
optional StartTime?: string;
ToxicityDetection?
optional ToxicityDetection?: AwsSpeechFullApiSchemaToxicityDetection;
TranscriptionJobName?
optional TranscriptionJobName?: string;
TranscriptionJobStatus?
optional TranscriptionJobStatus?: AwsSpeechFullApiSchemaTranscriptionJobStatus;
AwsSpeechFullApiSchemaTranscriptResultStream
type AwsSpeechFullApiSchemaTranscriptResultStream =
| {
TranscriptEvent: AwsSpeechFullApiSchemaTranscriptEvent;
}
| {
BadRequestException: AwsSpeechFullApiSchemaBadRequestException;
}
| {
LimitExceededException: AwsSpeechFullApiSchemaLimitExceededException;
}
| {
InternalFailureException: AwsSpeechFullApiSchemaInternalFailureException;
}
| {
ConflictException: AwsSpeechFullApiSchemaConflictException;
}
| {
ServiceUnavailableException: AwsSpeechFullApiSchemaServiceUnavailableException;
};
AwsSpeechFullApiSchemaType
type AwsSpeechFullApiSchemaType = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaType2
type AwsSpeechFullApiSchemaType2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaUntagResourceResponse
type AwsSpeechFullApiSchemaUntagResourceResponse = {
};
AwsSpeechFullApiSchemaUpdateCallAnalyticsCategoryResponse
type AwsSpeechFullApiSchemaUpdateCallAnalyticsCategoryResponse = {
CategoryProperties?: AwsSpeechFullApiSchemaCategoryProperties;
};
Properties
CategoryProperties?
optional CategoryProperties?: AwsSpeechFullApiSchemaCategoryProperties;
AwsSpeechFullApiSchemaUpdateMedicalVocabularyResponse
type AwsSpeechFullApiSchemaUpdateMedicalVocabularyResponse = {
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyName?: string;
VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyState?
optional VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
AwsSpeechFullApiSchemaUpdateVocabularyFilterResponse
type AwsSpeechFullApiSchemaUpdateVocabularyFilterResponse = {
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyFilterName?: string;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyFilterName?
optional VocabularyFilterName?: string;
AwsSpeechFullApiSchemaUpdateVocabularyResponse
type AwsSpeechFullApiSchemaUpdateVocabularyResponse = {
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyName?: string;
VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyState?
optional VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
AwsSpeechFullApiSchemaUtteranceEvent
type AwsSpeechFullApiSchemaUtteranceEvent = {
BeginOffsetMillis?: number;
EndOffsetMillis?: number;
Entities?: AwsSpeechFullApiSchemaCallAnalyticsEntityList;
IsPartial?: boolean;
IssuesDetected?: AwsSpeechFullApiSchemaIssuesDetected;
Items?: AwsSpeechFullApiSchemaCallAnalyticsItemList;
LanguageCode?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
LanguageIdentification?: AwsSpeechFullApiSchemaCallAnalyticsLanguageIdentification;
ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole2;
Sentiment?: AwsSpeechFullApiSchemaSentiment;
Transcript?: string;
UtteranceId?: string;
};
Properties
BeginOffsetMillis?
optional BeginOffsetMillis?: number;
EndOffsetMillis?
optional EndOffsetMillis?: number;
Entities?
optional Entities?: AwsSpeechFullApiSchemaCallAnalyticsEntityList;
IsPartial?
optional IsPartial?: boolean;
IssuesDetected?
optional IssuesDetected?: AwsSpeechFullApiSchemaIssuesDetected;
Items?
optional Items?: AwsSpeechFullApiSchemaCallAnalyticsItemList;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaCallAnalyticsLanguageCode;
LanguageIdentification?
optional LanguageIdentification?: AwsSpeechFullApiSchemaCallAnalyticsLanguageIdentification;
ParticipantRole?
optional ParticipantRole?: AwsSpeechFullApiSchemaParticipantRole2;
Sentiment?
optional Sentiment?: AwsSpeechFullApiSchemaSentiment;
Transcript?
optional Transcript?: string;
UtteranceId?
optional UtteranceId?: string;
AwsSpeechFullApiSchemaValidationException
type AwsSpeechFullApiSchemaValidationException = {
fields?: AwsSpeechFullApiSchemaValidationExceptionFieldList;
message: string;
reason: AwsSpeechFullApiSchemaValidationExceptionReason;
};
Properties
fields?
optional fields?: AwsSpeechFullApiSchemaValidationExceptionFieldList;
message
reason
reason: AwsSpeechFullApiSchemaValidationExceptionReason;
AwsSpeechFullApiSchemaValidationExceptionField
type AwsSpeechFullApiSchemaValidationExceptionField = {
message: string;
name: string;
};
Properties
message
name
AwsSpeechFullApiSchemaValidationExceptionFieldList
type AwsSpeechFullApiSchemaValidationExceptionFieldList = ReadonlyArray<AwsSpeechFullApiSchemaValidationExceptionField>;
AwsSpeechFullApiSchemaValidationExceptionReason
type AwsSpeechFullApiSchemaValidationExceptionReason = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaVocabularies
type AwsSpeechFullApiSchemaVocabularies = ReadonlyArray<AwsSpeechFullApiSchemaVocabularyInfo>;
AwsSpeechFullApiSchemaVocabularyFilterInfo
type AwsSpeechFullApiSchemaVocabularyFilterInfo = {
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyFilterName?: string;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyFilterName?
optional VocabularyFilterName?: string;
AwsSpeechFullApiSchemaVocabularyFilterMethod
type AwsSpeechFullApiSchemaVocabularyFilterMethod = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaVocabularyFilterMethod2
type AwsSpeechFullApiSchemaVocabularyFilterMethod2 = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaVocabularyFilters
type AwsSpeechFullApiSchemaVocabularyFilters = ReadonlyArray<AwsSpeechFullApiSchemaVocabularyFilterInfo>;
AwsSpeechFullApiSchemaVocabularyInfo
type AwsSpeechFullApiSchemaVocabularyInfo = {
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?: string;
VocabularyName?: string;
VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
};
Properties
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode2;
LastModifiedTime?
optional LastModifiedTime?: string;
VocabularyName?
optional VocabularyName?: string;
VocabularyState?
optional VocabularyState?: AwsSpeechFullApiSchemaVocabularyState;
AwsSpeechFullApiSchemaVocabularyState
type AwsSpeechFullApiSchemaVocabularyState = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaVoice
type AwsSpeechFullApiSchemaVoice = {
AdditionalLanguageCodes?: AwsSpeechFullApiSchemaLanguageCodeList2;
Gender?: AwsSpeechFullApiSchemaGender;
Id?: AwsSpeechFullApiSchemaVoiceId;
LanguageCode?: AwsSpeechFullApiSchemaLanguageCode;
LanguageName?: string;
Name?: string;
SupportedEngines?: AwsSpeechFullApiSchemaEngineList;
};
Properties
AdditionalLanguageCodes?
optional AdditionalLanguageCodes?: AwsSpeechFullApiSchemaLanguageCodeList2;
Gender?
optional Gender?: AwsSpeechFullApiSchemaGender;
Id?
optional Id?: AwsSpeechFullApiSchemaVoiceId;
LanguageCode?
optional LanguageCode?: AwsSpeechFullApiSchemaLanguageCode;
LanguageName?
optional LanguageName?: string;
Name?
SupportedEngines?
optional SupportedEngines?: AwsSpeechFullApiSchemaEngineList;
AwsSpeechFullApiSchemaVoiceId
type AwsSpeechFullApiSchemaVoiceId = AwsSpeechFullApiSchemaJsonValue;
AwsSpeechFullApiSchemaVoiceList
type AwsSpeechFullApiSchemaVoiceList = ReadonlyArray<AwsSpeechFullApiSchemaVoice>;
AwsSpeechFullApiSchemaWords
type AwsSpeechFullApiSchemaWords = ReadonlyArray<string>;
AwsSpeechGeneratedOperationCaller
type AwsSpeechGeneratedOperationCaller = <OperationKey>(operationKey, ...args) => Promise<AwsSpeechFullApiOperationResponseMap[OperationKey]>;
Type Parameters
| Type Parameter |
OperationKey extends AwsSpeechFullApiOperationKey |
Parameters
| Parameter |
Type |
operationKey |
OperationKey |
...args |
AwsSpeechFullApiOperationArgs\<OperationKey> |
Returns
Promise\<AwsSpeechFullApiOperationResponseMap[OperationKey]>
AwsSpeechJsonPrimitive
type AwsSpeechJsonPrimitive = string | number | boolean | null;
AwsSpeechJsonValue
type AwsSpeechJsonValue =
| AwsSpeechJsonPrimitive
| AwsSpeechJsonObject
| readonly AwsSpeechJsonValue[];
AwsSpeechProviderExtensionValue
type AwsSpeechProviderExtensionValue = AwsSpeechJsonValue | object | undefined;
AwsSpeechProviderPayload
type AwsSpeechProviderPayload = AwsSpeechJsonObject | object;
AwsSpeechProviderQuery
type AwsSpeechProviderQuery = Record<string, AwsSpeechProviderExtensionValue>;
AwsSpeechResource
type AwsSpeechResource =
| AwsSpeechJsonValue
| AwsSpeechProviderPayload;
type AwsTranscribeMediaEncoding = "pcm" | "ogg-opus" | "flac";
AwsTranscribePartialResultsStability
type AwsTranscribePartialResultsStability = "high" | "medium" | "low";
AwsTranscribeVocabularyFilterMethod
type AwsTranscribeVocabularyFilterMethod = "remove" | "mask" | "tag";
Variables
AWS_SPEECH_API_SOURCES
const AWS_SPEECH_API_SOURCES: {
pollyApiReference: "https://docs.aws.amazon.com/polly/latest/dg/API_Reference.html";
pollySdk: "https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/polly";
pollySynthesizeSpeech: "https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html";
transcribeSdk: "https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transcribe-streaming";
transcribeStreamingApi: "https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html";
transcribeStreamingSetup: "https://docs.aws.amazon.com/transcribe/latest/dg/streaming-setting-up.html";
};
Type Declaration
| Name |
Type |
pollyApiReference |
"https://docs.aws.amazon.com/polly/latest/dg/API_Reference.html" |
pollySdk |
"https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/polly" |
pollySynthesizeSpeech |
"https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html" |
transcribeSdk |
"https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transcribe-streaming" |
transcribeStreamingApi |
"https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html" |
transcribeStreamingSetup |
"https://docs.aws.amazon.com/transcribe/latest/dg/streaming-setting-up.html" |
AWS_SPEECH_FULL_API_GENERATED_AT
const AWS_SPEECH_FULL_API_GENERATED_AT: "2026-06-18";
AWS_SPEECH_FULL_API_GENERATED_FUNCTION_COUNT
const AWS_SPEECH_FULL_API_GENERATED_FUNCTION_COUNT: 58;
AWS_SPEECH_FULL_API_GENERATED_FUNCTION_NAMES
const AWS_SPEECH_FULL_API_GENERATED_FUNCTION_NAMES: readonly ["TranscribeStreamingStartCallAnalyticsStreamTranscription", "TranscribeCreateCallAnalyticsCategory", "TranscribeDeleteCallAnalyticsCategory", "TranscribeGetCallAnalyticsCategory", "TranscribeListCallAnalyticsCategories", "TranscribeUpdateCallAnalyticsCategory", "TranscribeDeleteCallAnalyticsJob", "TranscribeGetCallAnalyticsJob", "TranscribeListCallAnalyticsJobs", "TranscribeStartCallAnalyticsJob", "TranscribeCreateLanguageModel", "TranscribeDeleteLanguageModel", "TranscribeDescribeLanguageModel", "TranscribeListLanguageModels", "TranscribeStreamingGetMedicalScribeStream", "TranscribeStreamingStartMedicalScribeStream", "TranscribeStreamingStartMedicalStreamTranscription", "TranscribeDeleteMedicalScribeJob", "TranscribeGetMedicalScribeJob", "TranscribeListMedicalScribeJobs", "TranscribeStartMedicalScribeJob", "TranscribeDeleteMedicalTranscriptionJob", "TranscribeGetMedicalTranscriptionJob", "TranscribeListMedicalTranscriptionJobs", "TranscribeStartMedicalTranscriptionJob", "TranscribeCreateMedicalVocabulary", "TranscribeDeleteMedicalVocabulary", "TranscribeGetMedicalVocabulary", "TranscribeListMedicalVocabularies", "TranscribeUpdateMedicalVocabulary", "TranscribeStreamingStartStreamTranscription", "TranscribeListTagsForResource", "TranscribeTagResource", "TranscribeUntagResource", "TranscribeDeleteTranscriptionJob", "TranscribeGetTranscriptionJob", "TranscribeListTranscriptionJobs", "TranscribeStartTranscriptionJob", "PollyDeleteLexicon", "PollyDescribeVoices", "PollyGetLexicon", "PollyGetSpeechSynthesisTask", "PollyListLexicons", "PollyListSpeechSynthesisTasks", "PollyPutLexicon", "PollyStartSpeechSynthesisStream", "PollyStartSpeechSynthesisTask", "PollySynthesizeSpeech", "TranscribeCreateVocabulary", "TranscribeDeleteVocabulary", "TranscribeGetVocabulary", "TranscribeListVocabularies", "TranscribeUpdateVocabulary", "TranscribeCreateVocabularyFilter", "TranscribeDeleteVocabularyFilter", "TranscribeGetVocabularyFilter", "TranscribeListVocabularyFilters", "TranscribeUpdateVocabularyFilter"];
AWS_SPEECH_FULL_API_OPERATION_BY_ID
const AWS_SPEECH_FULL_API_OPERATION_BY_ID: Map<string, AwsSpeechFullApiOperation>;
AWS_SPEECH_FULL_API_OPERATION_BY_OPERATION_ID
const AWS_SPEECH_FULL_API_OPERATION_BY_OPERATION_ID: Map<string, AwsSpeechFullApiOperation>;
AWS_SPEECH_FULL_API_OPERATION_BY_UID
const AWS_SPEECH_FULL_API_OPERATION_BY_UID: Map<string, AwsSpeechFullApiOperation>;
AWS_SPEECH_FULL_API_OPERATION_COUNT
const AWS_SPEECH_FULL_API_OPERATION_COUNT: 58;
AWS_SPEECH_FULL_API_OPERATIONS
const AWS_SPEECH_FULL_API_OPERATIONS: readonly AwsSpeechFullApiOperation[];
AWS_SPEECH_FULL_API_SPEC
const AWS_SPEECH_FULL_API_SPEC: {
branch: string;
modelCount: number;
models: readonly {
apiVersion: string;
docsUrl: string;
modelPath: string;
operationCount: number;
protocol: string;
sdkId: string;
serviceKey: string;
}[];
operationCount: number;
repository: string;
source: string;
};
Type Declaration
| Name |
Type |
branch |
string |
modelCount |
number |
models |
readonly { apiVersion: string; docsUrl: string; modelPath: string; operationCount: number; protocol: string; sdkId: string; serviceKey: string; }[] |
operationCount |
number |
repository |
string |
source |
string |
AWS_SPEECH_FULL_API_SPEC_SOURCE
const AWS_SPEECH_FULL_API_SPEC_SOURCE: "https://github.com/aws/api-models-aws/tree/main/models";
AWS_SPEECH_FULL_API_SPEC_VERSION
const AWS_SPEECH_FULL_API_SPEC_VERSION: "aws-api-models-main-2026-06-18";
awsSpeechProviderManifest
const awsSpeechProviderManifest: {
capabilities: {
audiences?: ("customer-facing" | "internal-support" | "mixed")[];
capability: string;
changesWorkflow?: boolean;
description?: string;
exposesSensitiveData?: boolean;
extension?: boolean;
label?: string;
metadata?: Record<string, unknown>;
providerObjects?: {
description?: string;
kind: string;
label?: string;
metadata?: Record<string, unknown>;
schemaName?: string;
}[];
requiresCredential?: boolean;
sideEffect?: boolean;
}[];
category: string;
channelAudiences: ("customer-facing" | "internal-support" | "mixed")[];
coverage: {
evidence: {
label: string;
url?: string;
}[];
notes: string[];
scope: | "support-workflow-subset"
| "provider-api-subset"
| "connector-required"
| "local-protocol"
| "full-provider-api";
};
credentialRequirements: {
description?: string;
id: string;
label?: string;
metadata?: Record<string, unknown>;
required: boolean;
scopes: string[];
}[];
directions: (
| "receive-only"
| "send-only"
| "inbound-only"
| "outbound-only"
| "bidirectional")[];
id: string;
limitations: string[];
maintainers: {
name: string;
type: "community" | "official" | "unknown" | "partner";
url?: string;
}[];
metadata?: Record<string, unknown>;
name: string;
operations: {
alias: string;
audience?: "customer-facing" | "internal-support" | "mixed";
audiences?: ("customer-facing" | "internal-support" | "mixed")[];
capability: string;
changesWorkflow?: boolean;
description?: string;
exposesSensitiveData?: boolean;
extension: boolean;
externallyVisible?: boolean;
inputSchema?: unknown;
inputSchemaName?: string;
inputSchemaRef?: string;
label?: string;
metadata?: Record<string, unknown>;
outputSchema?: unknown;
outputSchemaName?: string;
outputSchemaRef?: string;
providerObject?: string;
providerObjects?: {
description?: string;
kind: string;
label?: string;
metadata?: Record<string, unknown>;
schemaName?: string;
}[];
providerOperation?: string;
requiredPolicyIds?: string[];
requiresApproval?: boolean;
requiresCredential?: boolean;
sideEffect?: boolean;
}[];
packageName: string;
privacyNotes: string[];
provider: string;
trustLevel: "community" | "official" | "verified" | "experimental";
};
Type Declaration
| Name |
Type |
capabilities |
{ audiences?: ("customer-facing" | "internal-support" | "mixed")[]; capability: string; changesWorkflow?: boolean; description?: string; exposesSensitiveData?: boolean; extension?: boolean; label?: string; metadata?: Record\<string, unknown>; providerObjects?: { description?: string; kind: string; label?: string; metadata?: Record\<string, unknown>; schemaName?: string; }[]; requiresCredential?: boolean; sideEffect?: boolean; }[] |
category |
string |
channelAudiences |
("customer-facing" | "internal-support" | "mixed")[] |
coverage |
{ evidence: { label: string; url?: string; }[]; notes: string[]; scope: | "support-workflow-subset" | "provider-api-subset" | "connector-required" | "local-protocol" | "full-provider-api"; } |
coverage.evidence |
{ label: string; url?: string; }[] |
coverage.notes |
string[] |
coverage.scope |
| "support-workflow-subset" | "provider-api-subset" | "connector-required" | "local-protocol" | "full-provider-api" |
credentialRequirements |
{ description?: string; id: string; label?: string; metadata?: Record\<string, unknown>; required: boolean; scopes: string[]; }[] |
directions |
( | "receive-only" | "send-only" | "inbound-only" | "outbound-only" | "bidirectional")[] |
id |
string |
limitations |
string[] |
maintainers |
{ name: string; type: "community" | "official" | "unknown" | "partner"; url?: string; }[] |
metadata? |
Record\<string, unknown> |
name |
string |
operations |
{ alias: string; audience?: "customer-facing" | "internal-support" | "mixed"; audiences?: ("customer-facing" | "internal-support" | "mixed")[]; capability: string; changesWorkflow?: boolean; description?: string; exposesSensitiveData?: boolean; extension: boolean; externallyVisible?: boolean; inputSchema?: unknown; inputSchemaName?: string; inputSchemaRef?: string; label?: string; metadata?: Record\<string, unknown>; outputSchema?: unknown; outputSchemaName?: string; outputSchemaRef?: string; providerObject?: string; providerObjects?: { description?: string; kind: string; label?: string; metadata?: Record\<string, unknown>; schemaName?: string; }[]; providerOperation?: string; requiredPolicyIds?: string[]; requiresApproval?: boolean; requiresCredential?: boolean; sideEffect?: boolean; }[] |
packageName |
string |
privacyNotes |
string[] |
provider |
string |
trustLevel |
"community" | "official" | "verified" | "experimental" |
createAwsSpeechVoiceAdapter
const createAwsSpeechVoiceAdapter: typeof createAwsSpeechVoiceProvider;
Functions
awsSpeechCredentialStatuses()
function awsSpeechCredentialStatuses(input): {
expiresAt?: string;
message?: string;
providerPackageId?: string;
requirementId: string;
scopes?: string[];
state: | "required"
| "configured"
| "permission-blocked"
| "not-required"
| "missing"
| "expired"
| "insufficient-scope"
| "unavailable";
}[];
Parameters
Returns
{
expiresAt?: string;
message?: string;
providerPackageId?: string;
requirementId: string;
scopes?: string[];
state: | "required"
| "configured"
| "permission-blocked"
| "not-required"
| "missing"
| "expired"
| "insufficient-scope"
| "unavailable";
}[]
createAwsSdkSpeechClient()
function createAwsSdkSpeechClient(options): AwsSpeechClient;
Parameters
Returns
AwsSpeechClient
createAwsSpeechFullApiGeneratedClient()
function createAwsSpeechFullApiGeneratedClient(callOperation): AwsSpeechFullApiGeneratedClient;
Parameters
Returns
AwsSpeechFullApiGeneratedClient
createAwsSpeechVoiceProvider()
function createAwsSpeechVoiceProvider(options): VoiceProvider;
Parameters
Returns
VoiceProvider