PdfCoModelFactory.BarcodeReaderResponse Method

Definition

public static Azure.Connectors.Sdk.PdfCo.Models.BarcodeReaderResponse BarcodeReaderResponse(string jobId = default, string url = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> barcodes = default, int? pageCount = default, bool? error = default, int? status = default, int? credits = default, int? remainingCredits = default, int? duration = default);
static member BarcodeReaderResponse : string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<int> * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.Connectors.Sdk.PdfCo.Models.BarcodeReaderResponse
Public Shared Function BarcodeReaderResponse (Optional jobId As String = Nothing, Optional url As String = Nothing, Optional barcodes As List(Of Nullable(Of JsonElement)) = Nothing, Optional pageCount As Nullable(Of Integer) = Nothing, Optional error As Nullable(Of Boolean) = Nothing, Optional status As Nullable(Of Integer) = Nothing, Optional credits As Nullable(Of Integer) = Nothing, Optional remainingCredits As Nullable(Of Integer) = Nothing, Optional duration As Nullable(Of Integer) = Nothing) As BarcodeReaderResponse

Parameters

jobId
String
url
String
pageCount
Nullable<Int32>
error
Nullable<Boolean>
status
Nullable<Int32>
credits
Nullable<Int32>
remainingCredits
Nullable<Int32>
duration
Nullable<Int32>

Returns

Applies to