1# TensorFlow Lite API Reference 2 3The API reference documentation provides detailed information for each of the 4classes and methods in the TensorFlow Lite library. Choose your preferred 5platform from the list below. 6 7* [Python API reference](https://tensorflow.org/lite/api_docs/python/tf/lite) 8* [Android (Java) API reference](https://tensorflow.org/lite/api_docs/java/org/tensorflow/lite/package-summary) 9* [Swift API reference](https://tensorflow.org/lite/api_docs/swift/Classes) 10* Objective-C API reference (coming soon) 11* [C++ API reference](https://tensorflow.org/lite/api_docs/cc) 12 13We also provide other tools related to TensorFlow Lite. 14 15* [TensorFlow Lite Model Maker Python API reference](https://tensorflow.org/lite/api_docs/python/tflite_model_maker) 16* [TensorFlow Lite Python Support Library](https://tensorflow.org/lite/api_docs/python/tflite_support) 17