AWSConnectDescribeVocabularyResponse

Objective-C

@interface AWSConnectDescribeVocabularyResponse

Swift

class AWSConnectDescribeVocabularyResponse
  • A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectVocabulary *_Nullable vocabulary;

    Swift

    var vocabulary: AWSConnectVocabulary? { get set }