Word
public struct Word : Decodable
                Word contained within a text region
- 
                  
                  
Top-Left X origin
Declaration
Swift
public let l: Double - 
                  
                  
Top-Left Y origin
Declaration
Swift
public let t: Double - 
                  
                  
Word width
Declaration
Swift
public let w: Double - 
                  
                  
Word height
Declaration
Swift
public let h: Double - 
                  
                  
Word font size
Declaration
Swift
public let fontSize: Double - 
                  
                  
Word font family
Declaration
Swift
public let fontFamily: String - 
                  
                  
Indicates if the font style is bold
Declaration
Swift
public let bold: Bool - 
                  
                  
Text contained in the word
Declaration
Swift
public let text: String 
    
        
            View on GitHub
          
      Word Structure Reference