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

Class: Aws::TranscribeService::Types::ListMedicalVocabulariesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the next page of vocabularies, include the token in the next request to the ListMedicalVocabularies operation .

Returns:

  • (String)

    The ListMedicalVocabularies operation returns a page of vocabularies at a time.

#statusString

The requested vocabulary state.

Possible values:

  • PENDING
  • READY
  • FAILED

Returns:

  • (String)

    The requested vocabulary state.

#vocabulariesArray<Types::VocabularyInfo>

A list of objects that describe the vocabularies that match your search criteria.

Returns:

  • (Array<Types::VocabularyInfo>)

    A list of objects that describe the vocabularies that match your search criteria.