AWSTranscribeGetMedicalVocabularyRequest

Objective-C

@interface AWSTranscribeGetMedicalVocabularyRequest

Swift

class AWSTranscribeGetMedicalVocabularyRequest
  • The name of the custom medical vocabulary you want information about. Custom medical vocabulary names are case sensitive.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vocabularyName;

    Swift

    var vocabularyName: String? { get set }