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;

@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;