Converts to JSON.
Map<String, dynamic> toJson() => { 'token': token, 'logprob': logprob, if (bytes != null) 'bytes': bytes, };