BatchDetectKeyPhrasesItemResult
public struct BatchDetectKeyPhrasesItemResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The zero-based index of the document in the input list.
Declaration
Swift
public let index: Int?
-
One or more KeyPhrase objects, one for each key phrase detected in the document.
Declaration
Swift
public let keyPhrases: [KeyPhrase]?
-
Undocumented
Declaration
Swift
public init(index: Int? = nil, keyPhrases: [KeyPhrase]? = nil)