Interface MistralOcrApi.OCRRequest.Document

All Known Implementing Classes:
MistralOcrApi.OCRRequest.DocumentURLChunk, MistralOcrApi.OCRRequest.ImageURLChunk
Enclosing class:
MistralOcrApi.OCRRequest

public static sealed interface MistralOcrApi.OCRRequest.Document permits MistralOcrApi.OCRRequest.DocumentURLChunk, MistralOcrApi.OCRRequest.ImageURLChunk
Represents the document to be processed, which can be either a document URL or an image URL. Only one of the fields should be set.