capacitor-plugin-coreml
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

capacitor-plugin-coreml

use CoreML

Install

npm install capacitor-plugin-coreml
npx cap sync

API

compile(...)

compile(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


download(...)

download(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


load(...)

load(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


prediction(...)

prediction(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


Readme

Keywords

Package Sidebar

Install

npm i capacitor-plugin-coreml

Weekly Downloads

0

Version

0.0.11

License

MIT

Unpacked Size

121 kB

Total Files

48

Last publish

Collaborators

  • himanushi