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/android/user-guide/concept/capture-vision-architecture.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,13 @@ In practice, CVR is responsible for:
26
26
- Scheduling one or more recognition or parsing tasks.
27
27
- Returning standard results and optional intermediate results to registered receivers.
28
28
29
+
### Templates & Settings
30
+
31
+
-`Templates`: JSON objects for algorithm parameter customization.
32
+
-`Preset Template`: The preset templates for you to quickly access.
33
+
-`Customized Template`: If you are not satisfied with the current performance, you can contact us for full customization. You will then receive a customized template.
34
+
-`Settings`: A subset of Template parameters that can be quickly accessed via APIs.
0 commit comments