Class MistralOcrResult
Inheritance
MistralOcrResult
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public sealed class MistralOcrResult : OcrDocument, ITextSource, IUsageProvider
Properties
|
Edit this page
View Source
DocumentAnnotation
Optional. Formatted response in the request_format if provided in json str
Declaration
[JsonProperty("document_annotation")]
public string DocumentAnnotation { get; set; }
Property Value
|
Edit this page
View Source
Model
Required. The model used to generate the OCR.
Declaration
[JsonProperty("model")]
public string Model { get; set; }
Property Value
|
Edit this page
View Source
Pages
Required. List of OCR info for pages.
Declaration
[JsonProperty("pages")]
public OCRPageObject[] Pages { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonIgnore]
public override string Text { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
GetResults()
Declaration
public List<string> GetResults()
Returns
|
Edit this page
View Source
GetUsage()
Declaration
Returns
Implements
Extension Methods