public class QRCodeDemo extends Object
| Constructor and Description |
|---|
QRCodeDemo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateQrcode(COSClient cosClient)
二维码生成 https://cloud.tencent.com/document/product/460/53491
|
static void |
identifyQrCode(COSClient cosClient) |
static void |
identifyQrCodeWithGetObject(COSClient cosClient)
下载时二维码识别 https://cloud.tencent.com/document/product/460/37513
|
static void |
identifyQrCodeWithMultipart(COSClient cosClient) |
static void |
identifyQrCodeWithTransferManager(TransferManager transferManager) |
static void |
main(String[] args) |
public static void generateQrcode(COSClient cosClient)
public static void identifyQrCodeWithGetObject(COSClient cosClient) throws IOException
IOExceptionpublic static void identifyQrCode(COSClient cosClient)
public static void identifyQrCodeWithMultipart(COSClient cosClient) throws FileNotFoundException
FileNotFoundExceptionpublic static void identifyQrCodeWithTransferManager(TransferManager transferManager) throws InterruptedException
InterruptedExceptionCopyright © 2023. All rights reserved.