/**
 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
 *
 * Do not edit this file as changes may cause incorrect behavior and will be lost
 * once the code is regenerated.
 *
 * @generated by codegen project: GenerateModuleCpp.js
 */

#include "RNVoiceToTextSpecJSI.h"

namespace facebook::react {

static jsi::Value __hostFunction_NativeVoiceToTextCxxSpecJSI_startSpeechToText(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeVoiceToTextCxxSpecJSI *>(&turboModule)->startSpeechToText(
    rt
  );
}

NativeVoiceToTextCxxSpecJSI::NativeVoiceToTextCxxSpecJSI(std::shared_ptr<CallInvoker> jsInvoker)
  : TurboModule("VoiceToText", jsInvoker) {
  methodMap_["startSpeechToText"] = MethodMetadata {0, __hostFunction_NativeVoiceToTextCxxSpecJSI_startSpeechToText};
}


} // namespace facebook::react
