//! Translation output types.
//!
//! Produced by the translation post-processor
//! (`crates/xberg/src/text/translation/`) and attached to
//! [`ExtractedDocument::translation`](super::extraction::ExtractedDocument::translation).
use ;
/// Translation of the extracted content.
///
/// Holds the translated rendition of `ExtractedDocument::content` and (when
/// `preserve_markup` was requested) the translated `formatted_content`. Chunks
/// are translated in place inside `ExtractedDocument::chunks[*].content` rather
/// than duplicated here.