接口 Analyzer

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.google.zxing.Result analyze​(androidx.camera.core.ImageProxy image, int orientation)
      Analyzes an image to produce a result.
    • 方法详细资料

      • analyze

        @Nullable
        com.google.zxing.Result analyze​(@NonNull
                                        androidx.camera.core.ImageProxy image,
                                        int orientation)
        Analyzes an image to produce a result.
        参数:
        image - The image to analyze
        orientation - Configuration.ORIENTATION_LANDSCAPE, Configuration.ORIENTATION_PORTRAIT.
        返回: