Uses of Record Class
org.springframework.ai.mistralai.ocr.MistralOcrApi.OCRPage
Packages that use MistralOcrApi.OCRPage
-
Uses of MistralOcrApi.OCRPage in org.springframework.ai.mistralai.ocr
Methods in org.springframework.ai.mistralai.ocr that return types with arguments of type MistralOcrApi.OCRPageModifier and TypeMethodDescriptionMistralOcrApi.OCRResponse.pages()
Returns the value of thepages
record component.Constructor parameters in org.springframework.ai.mistralai.ocr with type arguments of type MistralOcrApi.OCRPageModifierConstructorDescriptionOCRResponse
(List<MistralOcrApi.OCRPage> pages, String model, MistralOcrApi.OCRUsageInfo usageInfo, Integer pagesProcessed, Integer docSizeBytes) Creates an instance of aOCRResponse
record class.