Freigeben über


MistralAIPromptExecutionSettings.DocumentPageLimit Property

Definition

Limit Pages upto which OCR will be done

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("document_page_limit")]
public int? DocumentPageLimit { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("document_page_limit")>]
member this.DocumentPageLimit : Nullable<int> with get, set
Public Property DocumentPageLimit As Nullable(Of Integer)

Property Value

Attributes

Applies to