SemanticRolesResultAction
public struct SemanticRolesResultAction : Codable, Equatable
The extracted action from the sentence.
-
Analyzed text that corresponds to the action.
Declaration
Swift
public var text: String?
-
normalized version of the action.
Declaration
Swift
public var normalized: String?
-
Undocumented
Declaration
Swift
public var verb: SemanticRolesVerb?