You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::MedicalTranscriptionJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides summary information about a transcription job.

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeTime

A timestamp that shows when the job was completed.

Returns:

  • (Time)

    A timestamp that shows when the job was completed.

#creation_timeTime

A timestamp that shows when the medical transcription job was created.

Returns:

  • (Time)

    A timestamp that shows when the medical transcription job was created.

#failure_reasonString

If the TranscriptionJobStatus field is FAILED, a description of the error.

Returns:

  • (String)

    If the TranscriptionJobStatus field is FAILED, a description of the error.

#language_codeString

The language of the transcript in the source audio file.

Possible values:

  • af-ZA
  • ar-AE
  • ar-SA
  • cy-GB
  • da-DK
  • de-CH
  • de-DE
  • en-AB
  • en-AU
  • en-GB
  • en-IE
  • en-IN
  • en-US
  • en-WL
  • es-ES
  • es-US
  • fa-IR
  • fr-CA
  • fr-FR
  • ga-IE
  • gd-GB
  • he-IL
  • hi-IN
  • id-ID
  • it-IT
  • ja-JP
  • ko-KR
  • ms-MY
  • nl-NL
  • pt-BR
  • pt-PT
  • ru-RU
  • ta-IN
  • te-IN
  • tr-TR
  • zh-CN

Returns:

  • (String)

    The language of the transcript in the source audio file.

#medical_transcription_job_nameString

The name of a medical transcription job.

Returns:

  • (String)

    The name of a medical transcription job.

#output_location_typeString

Indicates the location of the transcription job\'s output.

The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

Possible values:

  • CUSTOMER_BUCKET
  • SERVICE_BUCKET

Returns:

  • (String)

    Indicates the location of the transcription job\'s output.

#specialtyString

The medical specialty of the transcription job. Primary care is the only valid value.

Possible values:

  • PRIMARYCARE

Returns:

  • (String)

    The medical specialty of the transcription job.

#start_timeTime

A timestamp that shows when the job began processing.

Returns:

  • (Time)

    A timestamp that shows when the job began processing.

#transcription_job_statusString

The status of the medical transcription job.

Possible values:

  • QUEUED
  • IN_PROGRESS
  • FAILED
  • COMPLETED

Returns:

  • (String)

    The status of the medical transcription job.

#typeString

The speech of the clinician in the input audio.

Possible values:

  • CONVERSATION
  • DICTATION

Returns:

  • (String)

    The speech of the clinician in the input audio.