PdfCoModelFactory.DocumentParserResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.Connectors.Sdk.PdfCo.Models.DocumentParserResponse DocumentParserResponse(string url = default, System.Text.Json.JsonElement? body = default, int? pageCount = default, bool? error = default, string jobId = default, int? status = default, string name = default, int? credits = default, int? remainingCredits = default, int? duration = default, string message = default);
static member DocumentParserResponse : string * Nullable<System.Text.Json.JsonElement> * Nullable<int> * Nullable<bool> * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * string -> Azure.Connectors.Sdk.PdfCo.Models.DocumentParserResponse
Public Shared Function DocumentParserResponse (Optional url As String = Nothing, Optional body As Nullable(Of JsonElement) = Nothing, Optional pageCount As Nullable(Of Integer) = Nothing, Optional error As Nullable(Of Boolean) = Nothing, Optional jobId As String = Nothing, Optional status As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional credits As Nullable(Of Integer) = Nothing, Optional remainingCredits As Nullable(Of Integer) = Nothing, Optional duration As Nullable(Of Integer) = Nothing, Optional message As String = Nothing) As DocumentParserResponse
Parameters
- url
- String
- body
- Nullable<JsonElement>
- jobId
- String
- name
- String
- message
- String