Updated swift name for ImageSource Type

This commit is contained in:
Prianka Liz Kariat 2023-02-06 16:36:33 +05:30
parent a5ac5b9eec
commit 4da91896af

View File

@ -19,7 +19,7 @@
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
/** Types of image sources. */ /** Types of image sources. */
typedef NSInteger MPPTaskImageSourceType NS_TYPED_ENUM NS_SWIFT_NAME(MLImageSourceType); typedef NSInteger MPPTaskImageSourceType NS_TYPED_ENUM NS_SWIFT_NAME(TaskImageSourceType);
/** Image source is a `UIImage`. */ /** Image source is a `UIImage`. */
static const MPPTaskImageSourceType MPPTaskImageSourceTypeImage = 0; static const MPPTaskImageSourceType MPPTaskImageSourceTypeImage = 0;
/** Image source is a `CVPixelBuffer`. */ /** Image source is a `CVPixelBuffer`. */