Package 

Class DecodeFormatManager


  • 
    public final class DecodeFormatManager
    
                        

    解码格式管理器

    将常见的一些解码配置已根据条形码类型进行了几大划分,可根据需要找到符合的划分配置类型直接使用。

    • Method Detail

      • createDecodeHints

         static Map<DecodeHintType, Object> createDecodeHints(@NonNull() Array<BarcodeFormat> barcodeFormats)

        支持解码的格式

        Parameters:
        barcodeFormats - BarcodeFormat
      • createDecodeHint

         static Map<DecodeHintType, Object> createDecodeHint(@NonNull() BarcodeFormat barcodeFormat)

        支持解码的格式

        Parameters:
        barcodeFormat - BarcodeFormat