An AI tool in Foundry for analyzing documents and media to classify content, extract entities, and generate structured understanding
No. The documented Get analyze result response schema includes contents[].markdown as an optional field, and the available request query parameters shown for analyze operations are stringEncoding, processingLocation, and range. No parameter is documented to suppress or omit markdown from the analyzer result response.
If markdown must not be returned to downstream code, the practical approach is to ignore or remove contents[].markdown after receiving the result.
In the .NET SDK preview, LlmInputOptions.IncludeMarkdown exists and defaults to true, but that applies to LLM input options, not the Get analyze result endpoint response schema shown for analyzer results.
References: