FirebaseVisionImageMetadata.Rotation

public static abstract @interface FirebaseVisionImageMetadata.Rotation implements Annotation

Indicates the image rotation.

Supported values include:

  1. ROTATION_0 which corresponds to back camera with ROTATION_0
  2. ROTATION_90 which corresponds to back camera with ROTATION_90
  3. ROTATION_180 which corresponds to back camera with ROTATION_180
  4. ROTATION_270 which corresponds to back camera with ROTATION_270

Inherited Method Summary