All URIs are relative to https://api.aspose.cloud/v4.0
Method | HTTP request | Description |
---|---|---|
Scan | Get /barcode/scan | Scan barcode from file on server using GET requests with parameter in query string. |
ScanBase64 | Post /barcode/scan-body | Scan barcode from file in request body using POST requests with parameter in body in json or xml format. |
ScanMultipart | Post /barcode/scan-multipart | Scan barcode from file in request body using POST requests with parameter in multipart form. |
BarcodeResponseList Scan(ctx, fileUrl) Scan barcode from file on server using GET requests with parameter in query string.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
fileUrl | string | Url to barcode image |
[Back to API list] [Back to Model list] [Back to README]
BarcodeResponseList ScanBase64(ctx, scanBase64Request) Scan barcode from file in request body using POST requests with parameter in body in json or xml format.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
scanBase64Request | ScanBase64Request | Barcode scan request |
[Back to API list] [Back to Model list] [Back to README]
BarcodeResponseList ScanMultipart(ctx, file) Scan barcode from file in request body using POST requests with parameter in multipart form.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
file | os.Fileos.File | Barcode image file |