Returns a CrowdAnki-style import together with explicit information about concepts that could not be recovered. More...
Properties | |
| AnkiDeck | Deck = Deck [get] |
| Gets the mutable imported hierarchy. | |
| IReadOnlyList< AnkiDiagnostic > | Diagnostics = Diagnostics [get] |
| Gets ordered compatibility and loss diagnostics for this import. | |
Returns a CrowdAnki-style import together with explicit information about concepts that could not be recovered.
| Deck | The newly reconstructed, mutable root deck. |
| Diagnostics | Ordered compatibility and data-loss findings produced during import. |
Import success does not imply a lossless conversion. In particular, CROWD001 reports that card IDs, scheduling, flags, and review history were regenerated or omitted, while CROWD002 reports media filenames whose sibling file payloads were unavailable to the string-only importer. Inspect Diagnostics before exporting Deck to another format.
The record retains both constructor arguments by reference. The deck remains mutable and is not safe for concurrent mutation; the diagnostics list should be treated as read-only.
Definition at line 25 of file CrowdAnkiImportResult.cs.
|
get |
Gets the mutable imported hierarchy.
The same deck instance supplied to the constructor; no defensive clone is made.
Definition at line 29 of file CrowdAnkiImportResult.cs.
|
get |
Gets ordered compatibility and loss diagnostics for this import.
The same read-only-list reference supplied to the constructor.
Definition at line 33 of file CrowdAnkiImportResult.cs.