Class InBodyTarget

java.lang.Object
ai.docling.serve.api.convert.request.target.Target
ai.docling.serve.api.convert.request.target.InBodyTarget

public final class InBodyTarget extends Target
Target for including the converted document in the response body.

This is a concrete implementation of Target, where the Kind is set to INBODY. The converted document will be delivered directly in the response body.

Uses JSON serialization annotations to include only non-empty fields in the output.

This class overrides Object.toString() for a string representation of the instance.