results property

  1. @TagNumber(1)
Map<String, BatchRecognizeFileResult> results

Map from filename to the final result for that file.

Implementation

@$pb.TagNumber(1)
$core.Map<$core.String, BatchRecognizeFileResult> get results => $_getMap(0);