result property

A Future which resolves to null if the session is cancelled, or an ACRCloudResponse otherwise.

Implementation

Future<ACRCloudResponse?> get result => _result.future;