File tree Expand file tree Collapse file tree 2 files changed +0
-94
lines changed
Expand file tree Collapse file tree 2 files changed +0
-94
lines changed Original file line number Diff line number Diff line change @@ -13,85 +13,6 @@ components:
1313 $ref : " #/components/schemas/DocVisualExtendedInfo"
1414 - $ref : " ./rt.yml#/components/schemas/ResultItem"
1515
16- RawDataResult :
17- type : object
18- title : " Raw Data"
19- description : " "
20- properties :
21- nFields :
22- type : integer
23- description : " Count of array fields"
24- pArrayFields :
25- type : array
26- description : " "
27- items :
28- $ref : " #/components/schemas/TBinaryData"
29-
30- BinaryDataResult :
31- type : object
32- title : " Binary Data"
33- description : " "
34- properties :
35- nFields :
36- type : integer
37- description : " Count of array fields"
38- pArrayFields :
39- type : array
40- description : " "
41- items :
42- $ref : " #/components/schemas/TBinaryData"
43-
44- OriginalGraphicsResult :
45- type : object
46- title : " Graphic Data"
47- description : " "
48- properties :
49- nFields :
50- type : integer
51- description : " Count of array fields"
52- pArrayFields :
53- type : array
54- description : " "
55- items :
56- $ref : " #/components/schemas/TOriginalRFIDGraphics"
57-
58- TOriginalRFIDGraphics :
59- type : object
60- description : " "
61- properties :
62- FieldType :
63- type : integer
64- GraphicsType :
65- type : integer
66- RFID_OriginDG :
67- type : integer
68- RFID_OriginDGTag :
69- type : integer
70- RFID_OriginTagEntry :
71- type : integer
72- RFID_OriginEntryView :
73- type : integer
74- Buf_Length :
75- type : integer
76- Buffer :
77- type : string
78- format : byte
79-
80- TBinaryData :
81- type : object
82- description : " Container for extracted text fields. Fields are identified by type and language"
83- properties :
84- FieldType :
85- type : integer
86- FieldName :
87- type : string
88- Buf_Length :
89- type : integer
90- Buffer :
91- type : string
92- format : byte
93-
94-
9516 DocVisualExtendedInfo :
9617 type : object
9718 description : " Container for extracted text fields. Fields are identified by type and language"
Original file line number Diff line number Diff line change @@ -130,11 +130,8 @@ components:
130130 49 : " EncryptedRCLResult"
131131 50 : " LicenseResult"
132132 85 : " DocumentPositionResult"
133- 101 : " RawDataResult"
134133 102 : " TextDataResult"
135134 103 : " GraphicsResult"
136- 104 : " BinaryDataResult"
137- 105 : " OriginalGraphicsResult"
138135
139136 ContainerList :
140137 type : object
@@ -164,9 +161,6 @@ components:
164161 - $ref : " #/components/schemas/DocBarCodeInfo"
165162 - $ref : " #/components/schemas/LicenseResult"
166163 - $ref : " #/components/schemas/EncryptedRCLResult"
167- - $ref : " #/components/schemas/RawDataResult"
168- - $ref : " #/components/schemas/BinaryDataResult"
169- - $ref : " #/components/schemas/OriginalGraphicsResult"
170164
171165 DocumentPositionResult :
172166 $ref : " ./rt-document-position.yml#/components/schemas/DocumentPositionResult"
@@ -189,15 +183,6 @@ components:
189183 TextDataResult :
190184 $ref : " ./rt-text-data.yml#/components/schemas/TextDataResult"
191185
192- RawDataResult :
193- $ref : " ./rt-text-data.yml#/components/schemas/RawDataResult"
194-
195- BinaryDataResult :
196- $ref : " ./rt-text-data.yml#/components/schemas/BinaryDataResult"
197-
198- OriginalGraphicsResult :
199- $ref : " ./rt-text-data.yml#/components/schemas/OriginalGraphicsResult"
200-
201186 GraphicsResult :
202187 $ref : " ./rt-image-data.yml#/components/schemas/GraphicsResult"
203188
You can’t perform that action at this time.
0 commit comments