RGLBaseConfig
@interface RGLBaseConfig : NSObject
@property (nonatomic, strong, nullable) RGLOnlineProcessingConfig *onlineProcessingConfig;
/// Documents processing scenario.
@property (nonatomic, strong, nullable) NSString *scenario;
/// Live portrait photo.
/// Requires network connection.
@property (nonatomic, strong, nullable) UIImage *livePortrait;
/// Portrait photo from an external source.
/// Requires network connection.
@property (nonatomic, strong, nullable) UIImage *extPortrait;
RGL_EMPTY_INIT_UNAVAILABLE
- (instancetype)initWithScenario:(NSString *)scenario;
- (instancetype)initWithOnlineProcessingConfig:(RGLOnlineProcessingConfig *)onlineProcessingConfig;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) RGLOnlineProcessingConfig *onlineProcessingConfig -
Documents processing scenario.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *scenario; -
Live portrait photo. Requires network connection.
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIImage *livePortrait; -
Portrait photo from an external source. Requires network connection.
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIImage *extPortrait; -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Undocumented
Declaration
Objective-C
- (instancetype)initWithScenario:(NSString *)scenario; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithOnlineProcessingConfig:(RGLOnlineProcessingConfig *)onlineProcessingConfig;