Package 

Interface Analyzer

    • Method Summary

      Modifier and Type Method Description
      abstract Result analyze(@NonNull() ImageProxy image, int orientation) Analyzes an image to produce a result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • analyze

        @Nullable() abstract Result analyze(@NonNull() ImageProxy image, int orientation)

        Analyzes an image to produce a result.

        Parameters:
        image - The image to analyze
        orientation - ORIENTATION_LANDSCAPE, ORIENTATION_PORTRAIT.