Use Live Text in SwiftUI

Menu {

                Button(action: {

                    // TODO: support live text

                }) {

                    Label("Live Text", systemImage: "camera.viewfinder")

                }

            } label: {

                Text("Hi")

            }

How can I present the live text view in swiftUI

Replies

Try something like this https://www.appcoda.com/live-text-api/