Class ExportDocumentResponse.Builder
java.lang.Object
ai.docling.serve.api.chunk.response.ExportDocumentResponse.Builder
- Enclosing class:
- ExportDocumentResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()doctagsContent(@Nullable String doctagsContent) htmlContent(@Nullable String htmlContent) jsonContent(@Nullable ai.docling.api.core.DoclingDocument jsonContent) markdownContent(@Nullable String markdownContent) textContent(@Nullable String textContent) toString()
-
Method Details
-
filename
- Returns:
this.
-
markdownContent
- Returns:
this.
-
jsonContent
public ExportDocumentResponse.Builder jsonContent(@Nullable ai.docling.api.core.DoclingDocument jsonContent) - Returns:
this.
-
htmlContent
- Returns:
this.
-
textContent
- Returns:
this.
-
doctagsContent
- Returns:
this.
-
build
-
toString
-