RGLBsi

@interface RGLBsi : NSObject

/// When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results.
/// Type: Bool
@property(nonatomic, strong, nullable) NSNumber *generateResult;

- (instancetype)initWithJSON:(NSDictionary<NSString *, id> *)json;
- (NSDictionary<NSString *, id> *)toJSON;

@end

Undocumented

  • When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results. Type: Bool

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *generateResult;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithJSON:(NSDictionary<NSString *, id> *)json;
  • Undocumented

    Declaration

    Objective-C

    - (NSDictionary<NSString *, id> *)toJSON;