Class OCRUsageInfo
Inherited Members
Namespace: Glitch9.AIDevKit.Mistral
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class OCRUsageInfo
Properties
| Edit this page View SourceDocSizeBytes
Optional. Document size in bytes
Declaration
[JsonProperty("doc_size_bytes")]
public int? DocSizeBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PagesProcessed
Required. Number of pages processed
Declaration
[JsonProperty("pages_processed")]
public int PagesProcessed { get; set; }
Property Value
| Type | Description |
|---|---|
| int |