AWSComprehendDetectKeyPhrasesResponse

Objective-C

@interface AWSComprehendDetectKeyPhrasesResponse

Swift

class AWSComprehendDetectKeyPhrasesResponse
  • A collection of key phrases that Amazon Comprehend identified in the input text. For each key phrase, the response provides the text of the key phrase, where the key phrase begins and ends, and the level of confidence that Amazon Comprehend has in the accuracy of the detection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSComprehendKeyPhrase *> *_Nullable keyPhrases;

    Swift

    var keyPhrases: [AWSComprehendKeyPhrase]? { get set }