AWSTranscribeDeleteVocabularyRequest

Objective-C

@interface AWSTranscribeDeleteVocabularyRequest

Swift

class AWSTranscribeDeleteVocabularyRequest
  • The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.

    Declaration

    Objective-C

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

    Swift

    var vocabularyName: String? { get set }