You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/cplusplus/upgrade-instruction.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Starting from 10.0, we have unified the API for setting licenses across differen
105
105
106
106
### Update Single Image Decoding APIs
107
107
108
-
The APIs for decoding single image has been adjusted as follows:
108
+
The APIs for decoding single image have been adjusted as follows:
109
109
110
110
| Old APIs | New APIs |
111
111
| :----------- | :------- |
@@ -186,7 +186,7 @@ The template-based APIs have been updated as follows:
186
186
187
187
The struct `PublicRuntimeSettings` has been refactored. It retains commonly used properties while removing the previously complex property settings, which are now exclusively supported through templates.
188
188
189
-
The APIs for accessing and updating `PublicRuntimeSettings`has been adjusted as follows:
189
+
The APIs for accessing and updating `PublicRuntimeSettings`have been adjusted as follows:
Copy file name to clipboardExpand all lines: programming/dotnet/upgrade-instruction.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Starting from 10.0, we have unified the API for setting licenses across differen
80
80
81
81
### Update Single Image Decoding APIs
82
82
83
-
The APIs for decoding single image has been adjusted as follows:
83
+
The APIs for decoding single image have been adjusted as follows:
84
84
85
85
| Old APIs | New APIs |
86
86
| :----------- | :------- |
@@ -117,7 +117,7 @@ The template-based APIs have been updated as follows:
117
117
118
118
The struct `PublicRuntimeSettings` has been refactored. It retains commonly used properties via `SimplifiedCaptureVisionSettings` while removing the previously complex property settings, which are now exclusively supported through templates.
119
119
120
-
The APIs for accessing and updating `PublicRuntimeSettings`has been adjusted as follows:
120
+
The APIs for accessing and updating `PublicRuntimeSettings`have been adjusted as follows:
Copy file name to clipboardExpand all lines: programming/python/upgrade-instruction.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Starting from 10.0, we have unified the API for setting licenses across differen
75
75
76
76
### Update Single Image Decoding APIs
77
77
78
-
The APIs for decoding single image has been adjusted as follows:
78
+
The APIs for decoding single image have been adjusted as follows:
79
79
80
80
| Old APIs | New APIs |
81
81
| :----------- | :------- |
@@ -112,7 +112,7 @@ The template-based APIs have been updated as follows:
112
112
113
113
The class `PublicRuntimeSetting` has been refactored. It retains commonly used properties via `SimplifiedCaptureVisionSettings` while removing the previously complex property settings, which are now exclusively supported through templates.
114
114
115
-
The APIs for accessing and updating runtime settings has been adjusted as follows:
115
+
The APIs for accessing and updating runtime settings have been adjusted as follows:
0 commit comments