SemanticRolesResultObject
public struct SemanticRolesResultObject : Codable, Equatable
The extracted object from the sentence.
-
Object text.
Declaration
Swift
public var text: String?
-
An array of extracted keywords.
Declaration
Swift
public var keywords: [SemanticRolesKeyword]?