Uses of Record Class
org.springframework.ai.mistralai.ocr.MistralOcrApi.ExtractedImage
Packages that use MistralOcrApi.ExtractedImage
-
Uses of MistralOcrApi.ExtractedImage in org.springframework.ai.mistralai.ocr
Methods in org.springframework.ai.mistralai.ocr that return types with arguments of type MistralOcrApi.ExtractedImageModifier and TypeMethodDescriptionMistralOcrApi.OCRPage.images()Returns the value of theimagesrecord component.Constructor parameters in org.springframework.ai.mistralai.ocr with type arguments of type MistralOcrApi.ExtractedImageModifierConstructorDescriptionOCRPage(Integer index, String markdown, List<MistralOcrApi.ExtractedImage> images, MistralOcrApi.OCRPageDimensions dimensions) Creates an instance of aOCRPagerecord class.