LeadingSentence
public struct LeadingSentence : Codable, Equatable
The leading sentences in a section or subsection of the input document.
-
The text of the leading sentence.
Declaration
Swift
public var text: String? -
The numeric location of the identified element in the document, represented with two integers labeled
beginandend.Declaration
Swift
public var location: Location? -
An array of
locationobjects that lists the locations of detected leading sentences.Declaration
Swift
public var elementLocations: [ElementLocations]?
View on GitHub
LeadingSentence Structure Reference