From 37fa09cd10bf4b0eca1b02ab5909aa98951a54ae Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 5 Nov 2025 17:12:46 +0800 Subject: [PATCH] update to internal commit b29ce7ce --- .../api-reference/auxiliary-iPDF417Details.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programming/objectivec-swift/api-reference/auxiliary-iPDF417Details.md b/programming/objectivec-swift/api-reference/auxiliary-iPDF417Details.md index b8d57f88..583cda67 100644 --- a/programming/objectivec-swift/api-reference/auxiliary-iPDF417Details.md +++ b/programming/objectivec-swift/api-reference/auxiliary-iPDF417Details.md @@ -35,11 +35,11 @@ class PDF417Details : BarcodeDetails | Attributes | Type | Description | | ---------- | ---- | ----------- | | [`rows`](#rows) | *NSInteger* | The number of rows in the PDF417 barcode. | -| [`codewords`](#columns) | *NSData* | The codewords of the PDF417 barcode. | +| [`codewords`](#columns) | *NSArray \** | The codewords of the PDF417 barcode. | | [`columns`](#columns) | *NSInteger* | The number of columns in the PDF417 barcode. | | [`errorCorrectionLevel`](#errorcorrectionlevel) | *NSInteger* | The error correction level of PDF417 code. | -| [`hasLeftRowIndicator`](#hasleftrowindicator) | *NSInteger* |Indicates whether the left row indicator of the PDF417 code exists. | -| [`hasRightRowIndicator`](#hasrightrowindicator) | *NSInteger* |Indicates whether the PDF417 barcode has the right row indicator. | +| [`hasLeftRowIndicator`](#hasleftrowindicator) | *BOOL* |Indicates whether the left row indicator of the PDF417 code exists. | +| [`hasRightRowIndicator`](#hasrightrowindicator) | *BOOL* |Indicates whether the PDF417 barcode has the right row indicator. | ### rows