Results 5 issues of Michal Rogowski

When generating transcription on device, sometimes final string do not contain whole string for example in trump_clintoon.mov but only on-device

bug

Still need to think of correct design to present results, prototype used here may be much improved. ![Trump](https://i.imgur.com/FbHGnj3.png). This is not a mock but working result

enhancement

VideoProcessorService inside `startDetecting()` function generates participants array only for the first frame where any face was detected, so if someone will appear during a video it would not be noticed...

enhancement

AVAssetExportSession crashes on exportAsynchronously ```swift return Future { promise in exportSession.exportAsynchronously { promise(.success(exportSession.status)) } } ``` When startTracking() in `VideoProcessorService` finish

bug