Hello @Schunk, Edward, Thanks for using Microsoft Q&A Platform.For SDK, the API version is not the required parameter to set like REST API. This works differently.
Based on the SDK version the API version related clients are supported. The following tables represents the correlation between each .NET SDK version and it's supported API versions of the Document Intelligence service.
To Install the SDK client library for the 2023-10-31 Preview version try to install this:
dotnet add package Azure.AI.DocumentIntelligence --version 1.0.0-beta.1
Similarly, if you want to work on 2023-07-31 version you need to install SDK using the below code. This version of the client library defaults to the 2023-07-31
version of the service.
dotnet add package Azure.AI.FormRecognizer
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.