DetectKeyPhrasesResponse
public struct DetectKeyPhrasesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let keyPhrases: [KeyPhrase]?
-
Undocumented
Declaration
Swift
public init(keyPhrases: [KeyPhrase]? = nil)