Skip to content

Commit 6cd5519

Browse files
NorbertKlockiewiczmsluszniak
authored andcommitted
docs: update api reference
1 parent a1e8e39 commit 6cd5519

5 files changed

Lines changed: 1109 additions & 2015 deletions

File tree

.cspell-wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,4 @@ LRASPP
121121
worklet
122122
worklets
123123
BGRA
124+
RGBA

docs/docs/06-api-reference/classes/ObjectDetectionModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Always call this method when you're done with a model to prevent memory leaks.
180180

181181
### forward()
182182

183-
> **forward**(`imageSource`, `detectionThreshold?`): `Promise`\<[`Detection`](../interfaces/Detection.md)[]\>
183+
> **forward**(`input`, `detectionThreshold?`): `Promise`\<[`Detection`](../interfaces/Detection.md)[]\>
184184
185185
Defined in: [modules/computer_vision/ObjectDetectionModule.ts:46](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/modules/computer_vision/ObjectDetectionModule.ts#L46)
186186

docs/docs/06-api-reference/interfaces/PixelData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const pixelData: PixelData = {
2222

2323
## Extends
2424

25-
- `Omit`\<[`TensorPtr`](TensorPtr.md), `"dataPtr"` \| `"scalarType"`\>
25+
- `Pick`\<[`TensorPtr`](TensorPtr.md), `"sizes"`\>
2626

2727
## Properties
2828

docs/docs/06-api-reference/typedoc-sidebar.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)