- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
completion_time
Type: TIMESTAMP
Provider name: CompletionTime
Description: The date and time the specified medical transcription job finished processing. Timestamps are in the format YYYY-MM-DD’T’HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
content_identification_type
Type: STRING
Provider name: ContentIdentificationType
Description: Indicates whether content identification was enabled for your transcription request.
creation_time
Type: TIMESTAMP
Provider name: CreationTime
Description: The date and time the specified medical transcription job request was made. Timestamps are in the format YYYY-MM-DD’T’HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
failure_reason
Type: STRING
Provider name: FailureReason
Description: If TranscriptionJobStatus
is FAILED
, FailureReason
contains information about why the transcription job request failed. The FailureReason
field contains one of the following values:
Unsupported media format
. The media format specified in MediaFormat
isn’t valid. Refer to refer to the MediaFormat
parameter for a list of supported formats.The media format provided does not match the detected media format
. The media format specified in MediaFormat
doesn’t match the format of the input file. Check the media format of your media file and correct the specified value.Invalid sample rate for audio file
. The sample rate specified in MediaSampleRateHertz
isn’t valid. The sample rate must be between 16,000 and 48,000 hertz.The sample rate provided does not match the detected sample rate
. The sample rate specified in MediaSampleRateHertz
doesn’t match the sample rate detected in your input media file. Check the sample rate of your media file and correct the specified value.Invalid file size: file size too large
. The size of your media file is larger than what Amazon Transcribe can process. For more information, refer to Service quotas.Invalid number of channels: number of channels too large
. Your audio contains more channels than Amazon Transcribe is able to process. For more information, refer to Service quotas.language_code
Type: STRING
Provider name: LanguageCode
Description: The language code used to create your medical transcription job. US English (en-US
) is the only supported language for medical transcriptions.
media
Type: STRUCT
Provider name: Media
media_file_uri
STRING
MediaFileUri
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
redacted_media_file_uri
STRING
RedactedMediaFileUri
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
RedactedMediaFileUri
produces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.media_format
Type: STRING
Provider name: MediaFormat
Description: The format of the input media file.
media_sample_rate_hertz
Type: INT32
Provider name: MediaSampleRateHertz
Description: The sample rate, in hertz, of the audio track in your input media file.
medical_transcription_job_name
Type: STRING
Provider name: MedicalTranscriptionJobName
Description: The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
settings
Type: STRUCT
Provider name: Settings
Description: Provides information on any additional settings that were included in your request. Additional settings include channel identification, alternative transcriptions, speaker partitioning, custom vocabularies, and custom vocabulary filters.
channel_identification
BOOLEAN
ChannelIdentification
max_alternatives
INT32
MaxAlternatives
MaxAlternatives
in your request, you must also include ShowAlternatives
with a value of true
. For more information, see Alternative transcriptions.max_speaker_labels
INT32
MaxSpeakerLabels
MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.show_alternatives
BOOLEAN
ShowAlternatives
ShowAlternatives
in your transcription request. If you include ShowAlternatives
, you must also include MaxAlternatives
, which is the maximum number of alternative transcriptions you want Amazon Transcribe Medical to generate. For more information, see Alternative transcriptions.show_speaker_labels
BOOLEAN
ShowSpeakerLabels
ShowSpeakerLabels
in your request, you must also include MaxSpeakerLabels
. For more information, see Partitioning speakers (diarization).vocabulary_name
STRING
VocabularyName
en-US
) is the only valid language for Amazon Transcribe Medical.specialty
Type: STRING
Provider name: Specialty
Description: Describes the medical specialty represented in your media.
start_time
Type: TIMESTAMP
Provider name: StartTime
Description: The date and time the specified medical transcription job began processing. Timestamps are in the format YYYY-MM-DD’T’HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
tags
Type: UNORDERED_LIST_STRING
transcript
Type: STRUCT
Provider name: Transcript
Description: Provides you with the Amazon S3 URI you can use to access your transcript.
transcript_file_uri
STRING
TranscriptFileUri
OutputBucketName
parameter.transcription_job_status
Type: STRING
Provider name: TranscriptionJobStatus
Description: Provides the status of the specified medical transcription job. If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
. If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
type
Type: STRING
Provider name: Type
Description: Indicates whether the input media is a dictation or a conversation, as specified in the StartMedicalTranscriptionJob
request.