aboutsummaryrefslogtreecommitdiff
path: root/VisionClient/Models
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-11-08 09:23:36 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-11-08 09:23:36 +0300
commitcd9c2734f08f45d19e92f39c5c2c0b1344652b58 (patch)
treec18778b0f2f700241bcd46f8176092409ee23431 /VisionClient/Models
parentc3da89678e5417548815f74fa69edb12be49cbe6 (diff)
Add Yandex Vision OCR client
Diffstat (limited to 'VisionClient/Models')
-rw-r--r--VisionClient/Models/VisionResponse.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/VisionClient/Models/VisionResponse.cs b/VisionClient/Models/VisionResponse.cs
new file mode 100644
index 0000000..23a32fd
--- /dev/null
+++ b/VisionClient/Models/VisionResponse.cs
@@ -0,0 +1,5 @@
+namespace VisionClient.Models;
+
+public class VisionResponse
+{
+} \ No newline at end of file