0.0.11 • Published 3 years ago
capacitor-plugin-coreml v0.0.11
capacitor-plugin-coreml
use CoreML
Install
npm install capacitor-plugin-coreml
npx cap syncAPI
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>