GSKTextLayoutToTextConverterStatus
Objective-C
NS_ENUM(NSInteger, GSKTextLayoutToTextConverterStatus)
{
GSKTextLayoutToTextConverterStatusSuccess,
GSKTextLayoutToTextConverterStatusInvalidHOCRError,
GSKTextLayoutToTextConverterStatusInternalError,
}
Swift
enum GSKTextLayoutToTextConverterStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
GSKTextLayoutToTextConverterStatusSuccess
Swift
case success = 0
-
Undocumented
Declaration
Objective-C
GSKTextLayoutToTextConverterStatusInvalidHOCRError
Swift
case invalidHOCRError = 1
-
Undocumented
Declaration
Objective-C
GSKTextLayoutToTextConverterStatusInternalError
Swift
case internalError = 2