ListMedicalVocabulariesResponse
public struct ListMedicalVocabulariesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 .
Declaration
Swift
public let nextToken: String?
-
The requested vocabulary state.
Declaration
Swift
public let status: VocabularyState?
-
A list of objects that describe the vocabularies that match your search criteria.
Declaration
Swift
public let vocabularies: [VocabularyInfo]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, status: VocabularyState? = nil, vocabularies: [VocabularyInfo]? = nil)