The bundleID/packageName of the app that created the response.
The name of the ASR Bundle that was used initialize the recognizer.
Final ASR result corresponding to this response.
BOOL value that’s set to true if echo cancellation was used during recognition of this response, or false if it wasn’t (the value is captured and persisted at the end of recognition).
Unique identifier of this response. This corresponds to the id set via startListening method.
Version of KeenASR SDK.
LocalDateTime object that specifies the date/time when this response was created (in current device timezone).
ASRResponse contains various metadata related to the single interaction with the speech recognition system, from calling startListening until the recognizer stopped listening. It is provided to the application via onFinalResponse callback method.