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
*GenerateApi* | [**generate**](docs/Api/GenerateApi.md#generate) | **GET** /barcode/generate/{barcodeType} | Generate barcode using GET request with parameters in route and query string.
108
108
*GenerateApi* | [**generateBody**](docs/Api/GenerateApi.md#generatebody) | **POST** /barcode/generate-body | Generate barcode using POST request with parameters in body in json or xml format.
109
109
*GenerateApi* | [**generateMultipart**](docs/Api/GenerateApi.md#generatemultipart) | **POST** /barcode/generate-multipart | Generate barcode using POST request with parameters in multipart form.
110
-
*RecognizeApi* | [**recognize**](docs/Api/RecognizeApi.md#recognize) | **GET** /barcode/recognize | Recognize barcode from file on server using GET requests with parameters in route and query string.
110
+
*RecognizeApi* | [**recognize**](docs/Api/RecognizeApi.md#recognize) | **GET** /barcode/recognize | Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.
111
111
*RecognizeApi* | [**recognizeBase64**](docs/Api/RecognizeApi.md#recognizebase64) | **POST** /barcode/recognize-body | Recognize barcode from file in request body using POST requests with parameters in body in json or xml format.
112
112
*RecognizeApi* | [**recognizeMultipart**](docs/Api/RecognizeApi.md#recognizemultipart) | **POST** /barcode/recognize-multipart | Recognize barcode from file in request body using POST requests with parameters in multipart form.
113
-
*ScanApi* | [**scan**](docs/Api/ScanApi.md#scan) | **GET** /barcode/scan | Scan barcode from file on server using GET requests with parameter in query string.
113
+
*ScanApi* | [**scan**](docs/Api/ScanApi.md#scan) | **GET** /barcode/scan | Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.
114
114
*ScanApi* | [**scanBase64**](docs/Api/ScanApi.md#scanbase64) | **POST** /barcode/scan-body | Scan barcode from file in request body using POST requests with parameter in body in json or xml format.
115
115
*ScanApi* | [**scanMultipart**](docs/Api/ScanApi.md#scanmultipart) | **POST** /barcode/scan-multipart | Scan barcode from file in request body using POST requests with parameter in multipart form.
Copy file name to clipboardExpand all lines: docs/Api/RecognizeApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All URIs are relative to https://api.aspose.cloud/v4.0, except if the operation
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------------- | ------------- | ------------- |
7
-
|[**recognize()**](RecognizeApi.md#recognize)|**GET** /barcode/recognize | Recognize barcode from file on server using GET requests with parameters in route and query string. |
7
+
|[**recognize()**](RecognizeApi.md#recognize)|**GET** /barcode/recognize | Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead. |
8
8
|[**recognizeBase64()**](RecognizeApi.md#recognizeBase64)|**POST** /barcode/recognize-body | Recognize barcode from file in request body using POST requests with parameters in body in json or xml format. |
9
9
|[**recognizeMultipart()**](RecognizeApi.md#recognizeMultipart)|**POST** /barcode/recognize-multipart | Recognize barcode from file in request body using POST requests with parameters in multipart form. |
10
10
@@ -15,7 +15,7 @@ All URIs are relative to https://api.aspose.cloud/v4.0, except if the operation
Recognize barcode from file on server using GET requests with parameters in route and query string.
18
+
Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.
Copy file name to clipboardExpand all lines: docs/Api/ScanApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All URIs are relative to https://api.aspose.cloud/v4.0, except if the operation
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------------- | ------------- | ------------- |
7
-
|[**scan()**](ScanApi.md#scan)|**GET** /barcode/scan | Scan barcode from file on server using GET requests with parameter in query string. |
7
+
|[**scan()**](ScanApi.md#scan)|**GET** /barcode/scan | Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead. |
8
8
|[**scanBase64()**](ScanApi.md#scanBase64)|**POST** /barcode/scan-body | Scan barcode from file in request body using POST requests with parameter in body in json or xml format. |
9
9
|[**scanMultipart()**](ScanApi.md#scanMultipart)|**POST** /barcode/scan-multipart | Scan barcode from file in request body using POST requests with parameter in multipart form. |
10
10
@@ -15,7 +15,7 @@ All URIs are relative to https://api.aspose.cloud/v4.0, except if the operation
Scan barcode from file on server using GET requests with parameter in query string.
18
+
Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.
Copy file name to clipboardExpand all lines: src/Aspose/BarCode/RecognizeApi.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public function getConfig()
90
90
/**
91
91
* Operation recognize
92
92
*
93
-
* Recognize barcode from file on server using GET requests with parameters in route and query string.
93
+
* Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.
94
94
*
95
95
* @param Requests\RecognizeRequestWrapper $request is a request object for operation
96
96
*
@@ -112,7 +112,7 @@ public function recognize(Requests\RecognizeRequestWrapper $request)
112
112
/**
113
113
* Operation recognizeWithHttpInfo
114
114
*
115
-
* Recognize barcode from file on server using GET requests with parameters in route and query string.
115
+
* Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.
116
116
*
117
117
* @param Requests\RecognizeRequestWrapper $request is a request object for operation
118
118
*
@@ -176,7 +176,7 @@ public function recognizeWithHttpInfo(Requests\RecognizeRequestWrapper $request)
176
176
/**
177
177
* Operation recognizeAsync
178
178
*
179
-
* Recognize barcode from file on server using GET requests with parameters in route and query string.
179
+
* Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.
180
180
*
181
181
* @param Requests\RecognizeRequestWrapper $request is a request object for operation
182
182
*
@@ -196,7 +196,7 @@ function ($response) {
196
196
/**
197
197
* Operation recognizeAsyncWithHttpInfo
198
198
*
199
-
* Recognize barcode from file on server using GET requests with parameters in route and query string.
199
+
* Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.
200
200
*
201
201
* @param Requests\RecognizeRequestWrapper $request is a request object for operation
Copy file name to clipboardExpand all lines: src/Aspose/BarCode/ScanApi.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public function getConfig()
90
90
/**
91
91
* Operation scan
92
92
*
93
-
* Scan barcode from file on server using GET requests with parameter in query string.
93
+
* Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.
94
94
*
95
95
* @param Requests\ScanRequestWrapper $request is a request object for operation
96
96
*
@@ -112,7 +112,7 @@ public function scan(Requests\ScanRequestWrapper $request)
112
112
/**
113
113
* Operation scanWithHttpInfo
114
114
*
115
-
* Scan barcode from file on server using GET requests with parameter in query string.
115
+
* Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.
116
116
*
117
117
* @param Requests\ScanRequestWrapper $request is a request object for operation
118
118
*
@@ -176,7 +176,7 @@ public function scanWithHttpInfo(Requests\ScanRequestWrapper $request)
176
176
/**
177
177
* Operation scanAsync
178
178
*
179
-
* Scan barcode from file on server using GET requests with parameter in query string.
179
+
* Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.
180
180
*
181
181
* @param Requests\ScanRequestWrapper $request is a request object for operation
182
182
*
@@ -196,7 +196,7 @@ function ($response) {
196
196
/**
197
197
* Operation scanAsyncWithHttpInfo
198
198
*
199
-
* Scan barcode from file on server using GET requests with parameter in query string.
199
+
* Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.
200
200
*
201
201
* @param Requests\ScanRequestWrapper $request is a request object for operation
0 commit comments