Skip to content

Commit 33f4f93

Browse files
update to internal commit ec4c05e6
1 parent f9642a6 commit 33f4f93

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

programming/android/api-reference/capture-vision-router/auxiliary-classes/intermediate-result-receiver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ default void onTargetROIResultsReceived(@NonNull IntermediateResult result, Inte
9292
The callback triggered when the processing of a task is finished.
9393

9494
> [!Note]
95-
> This callback may be invoked on different threads. Ensure that any shared resources accessed within the callback are properly synchronized to adefault void data corruption or crashes.
95+
> This callback may be invoked on different threads. Ensure that any shared resources accessed within the callback are properly synchronized to avoid data corruption or crashes.
9696

9797
```java
9898
default void onTaskResultsReceived(@NonNull IntermediateResult result, IntermediateResultExtraInfo info);

programming/android/api-reference/core/basic-structures/rect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class DSRect
3434

3535
| Method | Description |
3636
| ------ | ----------- |
37-
| [`DSRect`]() | The constructor. |
38-
| [`DSRect(left,top,right,bottom,measuredInPercentage)`]() | Constructs a DSRect from the specified parameters. |
37+
| [`DSRect`](#dsrect-1) | The constructor. |
38+
| [`DSRect(left,top,right,bottom,measuredInPercentage)`](#dsrectlefttoprightbottommeasuredinpercentage) | Constructs a DSRect from the specified parameters. |
3939
| [`fromJson`](#fromjson) | Constructs a DSRect from a JSON string. |
4040

4141
### top

programming/android/api-reference/core/basic-structures/vector4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Vector4
3131
| Methods | Description |
3232
| ------- | ----------- |
3333
| [`Vector4`](#vector4-1) | The constructor. |
34-
| [`Vector4(v1,v2,v3,v4)`](#init) | Constructs a Vector4 from 4 integer values. |
34+
| [`Vector4(v1,v2,v3,v4)`](#vector4v1v2v3v4) | Constructs a Vector4 from 4 integer values. |
3535

3636

3737
### value

programming/ios/api-reference/core/basic-structures/image-source-adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Sets an error listener to receive notifications about errors that occur during i
254254
```
255255
2.
256256
```swift
257-
func setErrorListener(listener: ImageSourceErrorListener?)
257+
func setErrorListener(_ listener: ImageSourceErrorListener?)
258258
```
259259

260260
**Parameters**

0 commit comments

Comments
 (0)