ListMedicalVocabulariesRequest

public struct ListMedicalVocabulariesRequest : AWSShape
extension TranscribeService.ListMedicalVocabulariesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of vocabularies to return in the response.

    Declaration

    Swift

    public let maxResults: Int?
  • Returns vocabularies whose names contain the specified string. The search is not case sensitive. ListMedicalVocabularies returns both “vocabularyname” and “VocabularyName”.

    Declaration

    Swift

    public let nameContains: String?
  • If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of vocabularies.

    Declaration

    Swift

    public let nextToken: String?
  • When specified, returns only vocabularies with the VocabularyState equal to the specified vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs.

    Declaration

    Swift

    public let stateEquals: VocabularyState?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, stateEquals: VocabularyState? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws