Class ExportDocumentResponse

java.lang.Object
ai.docling.serve.api.chunk.response.ExportDocumentResponse

public class ExportDocumentResponse extends Object
Content of the original converted document, before getting chunked.
  • Method Details

    • builder

      public static ExportDocumentResponse.Builder builder()
    • toBuilder

      public ExportDocumentResponse.Builder toBuilder()
    • getFilename

      public String getFilename()
    • getMarkdownContent

      public @Nullable String getMarkdownContent()
    • getJsonContent

      public @Nullable ai.docling.api.core.DoclingDocument getJsonContent()
    • getHtmlContent

      public @Nullable String getHtmlContent()
    • getTextContent

      public @Nullable String getTextContent()
    • getDoctagsContent

      public @Nullable String getDoctagsContent()
    • toString

      public String toString()
      Overrides:
      toString in class Object