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