AWSTranscribeGetVocabularyFilterRequest
Objective-C
@interface AWSTranscribeGetVocabularyFilterRequest
Swift
class AWSTranscribeGetVocabularyFilterRequest
-
The name of the custom vocabulary filter you want information about. Custom vocabulary filter names are case sensitive.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vocabularyFilterName;Swift
var vocabularyFilterName: String? { get set }
View on GitHub
Install in Dash
AWSTranscribeGetVocabularyFilterRequest Class Reference