Integrated the Notifier and the AssetPreinstalling to the ContentView view model in the Sample app target.
This commit is contained in:
@@ -2,8 +2,10 @@ import SwiftUI
|
||||
|
||||
/// The entry point of the Attendi sample app.
|
||||
///
|
||||
/// The app showcases the Recording feature of the `Features` package, attached to its real audio services: it records audio from the
|
||||
/// device's microphone, transcribes the recording into text on device, and presents the result in a modal sheet.
|
||||
/// The app is a thin shell over the `Features` package. It showcases the Recording feature attached to its real audio services —
|
||||
/// recording audio from the device's microphone, transcribing it on device in a locale picked from a toolbar menu, and presenting
|
||||
/// the result in a modal sheet — while the speech model assets of every picked locale preinstall in the background, with their
|
||||
/// download events reported through the Notifying feature's transient in-app notifications.
|
||||
@main
|
||||
struct AttendiApp: App {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user