TextChannelPerformanceConfig ============================ **class** ``TextChannelPerformanceConfig`` **(** ``BaseChannelPerformanceConfig`` **)** Text channel performance configuration **Polymorphic Type:** ``type: text`` All ``BaseChannelPerformanceConfig`` types: - ``text``: :doc:`TextChannelPerformanceConfig` - ``image``: :doc:`ImageChannelPerformanceConfig` - ``audio``: :doc:`AudioChannelPerformanceConfig` - ``video``: :doc:`VideoChannelPerformanceConfig` **Fields:** ``decode_window_enabled`` : *bool* = ``False`` Enable decode window analysis ``decode_window_config`` : *Optional* [ :doc:`DecodeWindowConfig` ] = ``None`` Decode window configuration (required if enabled)