RacSttOnnxCreateNative typedef

RacSttOnnxCreateNative = Int32 Function(Pointer<Utf8> modelPath, Pointer<Void> config, Pointer<RacHandle> outHandle)

rac_result_t rac_stt_onnx_create(const char* model_path, const rac_stt_onnx_config_t* config, rac_handle_t* out_handle)

Implementation

typedef RacSttOnnxCreateNative = Int32 Function(
  Pointer<Utf8> modelPath,
  Pointer<Void> config,
  Pointer<RacHandle> outHandle,
);