AWSTranscribeDeleteMedicalVocabularyRequest
Objective-C
@interface AWSTranscribeDeleteMedicalVocabularyRequest
Swift
class AWSTranscribeDeleteMedicalVocabularyRequest
-
The name of the custom medical vocabulary you want to delete. Custom medical vocabulary names are case sensitive.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vocabularyName;
Swift
var vocabularyName: String? { get set }