ParseResults
public class ParseResults
Undocumented
-
The adjust tweet length based on char weights.
Declaration
Swift
public let weightedLength: Int
-
Compute true weightedLength by weightedLength/permillage
Declaration
Swift
public private(set) var permillage: Int { get }
-
If the tweet is valid or not.
Declaration
Swift
public let isValid: Bool
-
Text range that is visible
Declaration
Swift
public let displayTextRange: NSRange
-
Text range that is valid under Twitter
Declaration
Swift
public let validDisplayTextRange: NSRange
-
Undocumented
Declaration
Swift
public init(weightedLength length: Int, permillage: Int, valid: Bool, displayRange: NSRange, validRange: NSRange)