API Reference
Class
MarkdownJsonVisualPayloadDetector
Lightweight detector for visual JSON payloads that should be treated as semantic fenced blocks.
Inheritance
- Object
- MarkdownJsonVisualPayloadDetector
Methods
public static Boolean TryDetectSemanticKind(String candidate, out String semanticKind) #Returns:
BooleanBest-effort detection of a known visual semantic kind from a JSON-like payload.
Parameters
- candidate System.String
- Candidate payload text.
- semanticKind System.String@
- Detected semantic kind when successful.
Returns
true when a known semantic kind was detected.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object