Skip to content

BRLMFileAnalyzeResult

A class containing the result of analyzing a file and the corresponding data report.

Overview

This object is generated by the BRLMFileAnalyzer class.

Properties

error

An error class. For detail, see BRLMFileAnalyzeError.

Declaration

@property (nonatomic, readonly, nonnull) BRLMFileAnalyzeError *error;

report

A generic type representing the analysis report. The type of this property depends on the analysis performed. If there are errors, this is nil.

Declaration

@property (nonatomic, readonly, nullable) ObjectType report;