RelationArgument
public struct RelationArgument : Codable, Equatable
RelationArgument.
-
An array of extracted entities.
Declaration
Swift
public var entities: [RelationEntity]?
-
Character offsets indicating the beginning and end of the mention in the analyzed text.
Declaration
Swift
public var location: [Int]?
-
Text that corresponds to the argument.
Declaration
Swift
public var text: String?