@MainActor struct PxUiLanguagePickerScreenView
Thin SwiftUI adapter wrapping PxUiLanguagePickerScreen. Adopters embed inside a .fullScreenCover / .sheet and switch on PxUiLanguagePickerScreenResult.
Overview
Typically presented from the OCR editor’s change-language action: on .finished, re-scan the document if the returned ordered selection differs from the previous one.
Classes
Initializers
Instance Properties
| Name | Summary |
|---|
| completion | The closure called with the PxUiLanguagePickerScreenResult when the screen finishes. |
| configuration | The configuration applied when the screen is created (output directory, base URL, store). |
Instance Methods
Relationships
- Swift.Sendable
- Swift.SendableMetatype
- SwiftUI.UIViewControllerRepresentable
- SwiftUICore.View