| Index: client/dom/generated/src/frog/SpeechInputResult.dart
|
| diff --git a/client/dom/generated/src/frog/SpeechInputResult.dart b/client/dom/generated/src/frog/SpeechInputResult.dart
|
| index ed297aa6b4b74f155a4116ea90b6616852e41af2..2ead77cf7b2b21c4d5e9a8ae024cbc8f0c4da03a 100644
|
| --- a/client/dom/generated/src/frog/SpeechInputResult.dart
|
| +++ b/client/dom/generated/src/frog/SpeechInputResult.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| class SpeechInputResult native "*SpeechInputResult" {
|
|
|
| - num confidence;
|
| + num get confidence() native "return this.confidence;";
|
|
|
| - String utterance;
|
| + String get utterance() native "return this.utterance;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|