MlKitTools

object MlKitTools

Provider for the ML Kit vision module: RecognizeTextTool, LabelImageTool, DetectFacesTool.

All tools run on-device and operate on local image files inside the external-storage sandbox (see PathValidator), so no runtime permissions are declared; storage access is the host app's concern.

Functions

Link copied to clipboard
fun all(context: Context): List<McpTool>

All ML Kit vision tools bound to context.

Link copied to clipboard

Always true; no permissions are required.

Link copied to clipboard

Empty — image files are accessed within the host app's storage scope.