PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Transcribe::CreateMedicalVocabularyResponse; use Moose; has FailureReason => (is => 'ro', isa => 'Str'); has LanguageCode => (is => 'ro', isa => 'Str'); has LastModifiedTime => (is => 'ro', isa => 'Str'); has VocabularyName => (is => 'ro', isa => 'Str'); has VocabularyState => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Transcribe::CreateMedicalVocabularyResponse =head1 ATTRIBUTES =head2 FailureReason => Str If the C field is C, this field contains information about why the job failed. =head2 LanguageCode => Str The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical. Valid values are: C<"af-ZA">, C<"ar-AE">, C<"ar-SA">, C<"cy-GB">, C<"da-DK">, C<"de-CH">, C<"de-DE">, C<"en-AB">, C<"en-AU">, C<"en-GB">, C<"en-IE">, C<"en-IN">, C<"en-US">, C<"en-WL">, C<"es-ES">, C<"es-US">, C<"fa-IR">, C<"fr-CA">, C<"fr-FR">, C<"ga-IE">, C<"gd-GB">, C<"he-IL">, C<"hi-IN">, C<"id-ID">, C<"it-IT">, C<"ja-JP">, C<"ko-KR">, C<"ms-MY">, C<"nl-NL">, C<"pt-BR">, C<"pt-PT">, C<"ru-RU">, C<"ta-IN">, C<"te-IN">, C<"tr-TR">, C<"zh-CN"> =head2 LastModifiedTime => Str The date and time that you created the vocabulary. =head2 VocabularyName => Str The name of the vocabulary. The name must be unique within an AWS account and is case sensitive. =head2 VocabularyState => Str The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is C, you can use the vocabulary in a C request. Valid values are: C<"PENDING">, C<"READY">, C<"FAILED"> =head2 _request_id => Str =cut 1;