openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 24.4 kB
JSON
{"openapi":"3.0.0","info":{"version":"2017-10-26","x-release":"v4","title":"Amazon Transcribe Service","description":"Operations and objects for transcribing speech to text.","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"transcribe","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/transcribe-2017-10-26.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-direct":true}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://aws.amazon.com/transcribe/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/":{"post":{"operationId":"CreateVocabulary","description":"Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateVocabularyResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"483":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateVocabularyRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteTranscriptionJob":{"post":{"operationId":"DeleteTranscriptionJob","description":"Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.","responses":{"200":{"description":"Success"},"480":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteTranscriptionJobRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteVocabulary":{"post":{"operationId":"DeleteVocabulary","description":"Deletes a vocabulary from Amazon Transcribe. ","responses":{"200":{"description":"Success"},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"483":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteVocabularyRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#GetTranscriptionJob":{"post":{"operationId":"GetTranscriptionJob","description":"Returns information about a transcription job. To see the status of the job, check the <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>, the job is finished and you can find the results at the location specified in the <code>TranscriptionFileUri</code> field.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetTranscriptionJobResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"483":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetTranscriptionJobRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#GetVocabulary":{"post":{"operationId":"GetVocabulary","description":"Gets information about a vocabulary. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetVocabularyResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"483":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetVocabularyRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ListTranscriptionJobs":{"post":{"operationId":"ListTranscriptionJobs","description":"Lists transcription jobs with the specified status.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTranscriptionJobsResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}}},"parameters":[{"name":"MaxResults","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"NextToken","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTranscriptionJobsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ListVocabularies":{"post":{"operationId":"ListVocabularies","description":"Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListVocabulariesResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}}},"parameters":[{"name":"MaxResults","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"NextToken","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListVocabulariesRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#StartTranscriptionJob":{"post":{"operationId":"StartTranscriptionJob","description":"Starts an asynchronous job to transcribe speech to text. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartTranscriptionJobResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"483":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartTranscriptionJobRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#UpdateVocabulary":{"post":{"operationId":"UpdateVocabulary","description":"Updates an existing vocabulary with new values. The <code>UpdateVocabulary</code> operation overwrites all of the existing information with the values that you provide in the request. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateVocabularyResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"482":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"483":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"484":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateVocabularyRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"servers":[{"url":"https://transcribe.amazonaws.com/"},{"url":"http://transcribe.amazonaws.com/"}],"components":{"parameters":{"Action":{"name":"Action","in":"query","required":true,"schema":{"type":"string"}},"Version":{"name":"Version","in":"query","required":true,"schema":{"type":"string"}},"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","required":false,"schema":{"type":"string"}}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"CreateVocabularyResponse":{"type":"object","properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"VocabularyState":{"$ref":"#/components/schemas/VocabularyState"},"LastModifiedTime":{"$ref":"#/components/schemas/DateTime"},"FailureReason":{"$ref":"#/components/schemas/FailureReason"}}},"CreateVocabularyRequest":{"type":"object","required":["VocabularyName","LanguageCode","Phrases"],"properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"Phrases":{"$ref":"#/components/schemas/Phrases"}}},"BadRequestException":{},"LimitExceededException":{},"InternalFailureException":{},"ConflictException":{},"DeleteTranscriptionJobRequest":{"type":"object","required":["TranscriptionJobName"],"properties":{"TranscriptionJobName":{"$ref":"#/components/schemas/TranscriptionJobName"}}},"DeleteVocabularyRequest":{"type":"object","required":["VocabularyName"],"properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"}}},"NotFoundException":{},"GetTranscriptionJobResponse":{"type":"object","properties":{"TranscriptionJob":{"$ref":"#/components/schemas/TranscriptionJob"}}},"GetTranscriptionJobRequest":{"type":"object","required":["TranscriptionJobName"],"properties":{"TranscriptionJobName":{"$ref":"#/components/schemas/TranscriptionJobName"}}},"GetVocabularyResponse":{"type":"object","properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"VocabularyState":{"$ref":"#/components/schemas/VocabularyState"},"LastModifiedTime":{"$ref":"#/components/schemas/DateTime"},"FailureReason":{"$ref":"#/components/schemas/FailureReason"},"DownloadUri":{"$ref":"#/components/schemas/Uri"}}},"GetVocabularyRequest":{"type":"object","required":["VocabularyName"],"properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"}}},"ListTranscriptionJobsResponse":{"type":"object","properties":{"Status":{"$ref":"#/components/schemas/TranscriptionJobStatus"},"NextToken":{"$ref":"#/components/schemas/NextToken"},"TranscriptionJobSummaries":{"$ref":"#/components/schemas/TranscriptionJobSummaries"}}},"ListTranscriptionJobsRequest":{"type":"object","properties":{"Status":{"$ref":"#/components/schemas/TranscriptionJobStatus"},"JobNameContains":{"$ref":"#/components/schemas/TranscriptionJobName"},"NextToken":{"$ref":"#/components/schemas/NextToken"},"MaxResults":{"$ref":"#/components/schemas/MaxResults"}}},"ListVocabulariesResponse":{"type":"object","properties":{"Status":{"$ref":"#/components/schemas/TranscriptionJobStatus"},"NextToken":{"$ref":"#/components/schemas/NextToken"},"Vocabularies":{"$ref":"#/components/schemas/Vocabularies"}}},"ListVocabulariesRequest":{"type":"object","properties":{"NextToken":{"$ref":"#/components/schemas/NextToken"},"MaxResults":{"$ref":"#/components/schemas/MaxResults"},"StateEquals":{"$ref":"#/components/schemas/VocabularyState"},"NameContains":{"$ref":"#/components/schemas/VocabularyName"}}},"StartTranscriptionJobResponse":{"type":"object","properties":{"TranscriptionJob":{"$ref":"#/components/schemas/TranscriptionJob"}}},"StartTranscriptionJobRequest":{"type":"object","required":["TranscriptionJobName","LanguageCode","MediaFormat","Media"],"properties":{"TranscriptionJobName":{"$ref":"#/components/schemas/TranscriptionJobName"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"MediaSampleRateHertz":{"$ref":"#/components/schemas/MediaSampleRateHertz"},"MediaFormat":{"$ref":"#/components/schemas/MediaFormat"},"Media":{"$ref":"#/components/schemas/Media"},"OutputBucketName":{"$ref":"#/components/schemas/OutputBucketName"},"Settings":{"$ref":"#/components/schemas/Settings"}}},"UpdateVocabularyResponse":{"type":"object","properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"LastModifiedTime":{"$ref":"#/components/schemas/DateTime"},"VocabularyState":{"$ref":"#/components/schemas/VocabularyState"}}},"UpdateVocabularyRequest":{"type":"object","required":["VocabularyName","LanguageCode","Phrases"],"properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"Phrases":{"$ref":"#/components/schemas/Phrases"}}},"Boolean":{"type":"boolean"},"VocabularyName":{"type":"string","pattern":"^[0-9a-zA-Z._-]+","minLength":1,"maxLength":200},"LanguageCode":{"type":"string","enum":["en-US","es-US","en-AU","fr-CA","en-GB","de-DE","pt-BR","fr-FR","it-IT"]},"Phrases":{"type":"array","items":{"$ref":"#/components/schemas/Phrase"}},"VocabularyState":{"type":"string","enum":["PENDING","READY","FAILED"]},"DateTime":{"type":"string","format":"date-time"},"FailureReason":{"type":"string"},"TranscriptionJobName":{"type":"string","pattern":"^[0-9a-zA-Z._-]+","minLength":1,"maxLength":200},"TranscriptionJob":{"type":"object","properties":{"TranscriptionJobName":{"$ref":"#/components/schemas/TranscriptionJobName"},"TranscriptionJobStatus":{"$ref":"#/components/schemas/TranscriptionJobStatus"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"MediaSampleRateHertz":{"$ref":"#/components/schemas/MediaSampleRateHertz"},"MediaFormat":{"$ref":"#/components/schemas/MediaFormat"},"Media":{"$ref":"#/components/schemas/Media"},"Transcript":{"$ref":"#/components/schemas/Transcript"},"CreationTime":{"$ref":"#/components/schemas/DateTime"},"CompletionTime":{"$ref":"#/components/schemas/DateTime"},"FailureReason":{"$ref":"#/components/schemas/FailureReason"},"Settings":{"$ref":"#/components/schemas/Settings"}},"description":"Describes an asynchronous transcription job that was created with the <code>StartTranscriptionJob</code> operation. "},"Uri":{"type":"string","minLength":1,"maxLength":2000},"TranscriptionJobStatus":{"type":"string","enum":["IN_PROGRESS","FAILED","COMPLETED"]},"NextToken":{"type":"string","maxLength":8192},"MaxResults":{"type":"integer","minimum":1,"maximum":100},"TranscriptionJobSummaries":{"type":"array","items":{"$ref":"#/components/schemas/TranscriptionJobSummary"}},"Vocabularies":{"type":"array","items":{"$ref":"#/components/schemas/VocabularyInfo"}},"MaxSpeakers":{"type":"integer","minimum":2,"maximum":10},"Media":{"type":"object","properties":{"MediaFileUri":{"$ref":"#/components/schemas/Uri"}},"description":"Describes the input media file in a transcription request."},"MediaFormat":{"type":"string","enum":["mp3","mp4","wav","flac"]},"MediaSampleRateHertz":{"type":"integer","minimum":8000,"maximum":48000},"OutputBucketName":{"type":"string","pattern":"[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]"},"OutputLocationType":{"type":"string","enum":["CUSTOMER_BUCKET","SERVICE_BUCKET"]},"Phrase":{"type":"string","minLength":0,"maxLength":256},"Settings":{"type":"object","properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"},"ShowSpeakerLabels":{"$ref":"#/components/schemas/Boolean"},"MaxSpeakerLabels":{"$ref":"#/components/schemas/MaxSpeakers"},"ChannelIdentification":{"$ref":"#/components/schemas/Boolean"}},"description":"Provides optional settings for the <code>StartTranscriptionJob</code> operation."},"Transcript":{"type":"object","properties":{"TranscriptFileUri":{"$ref":"#/components/schemas/Uri"}},"description":"Identifies the location of a transcription."},"TranscriptionJobSummary":{"type":"object","properties":{"TranscriptionJobName":{"$ref":"#/components/schemas/TranscriptionJobName"},"CreationTime":{"$ref":"#/components/schemas/DateTime"},"CompletionTime":{"$ref":"#/components/schemas/DateTime"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"TranscriptionJobStatus":{"$ref":"#/components/schemas/TranscriptionJobStatus"},"FailureReason":{"$ref":"#/components/schemas/FailureReason"},"OutputLocationType":{"$ref":"#/components/schemas/OutputLocationType"}},"description":"Provides a summary of information about a transcription job. ."},"VocabularyInfo":{"type":"object","properties":{"VocabularyName":{"$ref":"#/components/schemas/VocabularyName"},"LanguageCode":{"$ref":"#/components/schemas/LanguageCode"},"LastModifiedTime":{"$ref":"#/components/schemas/DateTime"},"VocabularyState":{"$ref":"#/components/schemas/VocabularyState"}},"description":"Provides information about a custom vocabulary. "}}}}