GSKTextLayoutToTextConverterStatus

Objective-C

NS_ENUM(NSInteger, GSKTextLayoutToTextConverterStatus)
{
    GSKTextLayoutToTextConverterStatusSuccess,
    GSKTextLayoutToTextConverterStatusInvalidHOCRError,
    GSKTextLayoutToTextConverterStatusInternalError,
}

Swift

enum GSKTextLayoutToTextConverterStatus : Int, @unchecked Sendable

Undocumented