AWSTranscribeGetVocabularyRequest

Objective-C

@interface AWSTranscribeGetVocabularyRequest

Swift

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

    Declaration

    Objective-C

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

    Swift

    var vocabularyName: String? { get set }