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

abstract Class<? extends Annotation>
annotationType()
abstract boolean
equals(Object arg0)
abstract int
hashCode()
abstract String
toString()

Reference for Reference

Updated Jul 27, 2022

Developer documentation for Firebase

Updated Aug 19, 2024

Reference for Query

Updated Jul 27, 2022