API Reference
Class
MarkdownStreamingPreviewNormalizer
Conservative markdown sanitizers for partial streaming preview text.
Inheritance
- Object
- MarkdownStreamingPreviewNormalizer
Examples
var preview = MarkdownStreamingPreviewNormalizer.NormalizeIntelligenceXTranscript(partialDeltaText);
Use this only for partial or still-streaming transcript text where the host wants a conservative preview-safe cleanup pass. For full document ingestion, prefer
or
.
Methods
public static String NormalizeIntelligenceXTranscript(String text) #Returns:
StringApplies the explicit IntelligenceX transcript streaming-preview contract.
Parameters
- text System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object