diff --git a/_layouts/default-layout.html b/_layouts/default-layout-OLD.html similarity index 100% rename from _layouts/default-layout.html rename to _layouts/default-layout-OLD.html diff --git a/_layouts/search-page.html b/_layouts/search-page-OLD.html similarity index 100% rename from _layouts/search-page.html rename to _layouts/search-page-OLD.html diff --git a/programming/android/api-reference/parsed-result-item.md b/programming/android/api-reference/parsed-result-item.md index 9175147..d734f00 100644 --- a/programming/android/api-reference/parsed-result-item.md +++ b/programming/android/api-reference/parsed-result-item.md @@ -76,6 +76,8 @@ String getFieldValue(String fieldName); `[in] fieldName`: The name of the field. +> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}. + **Return Value** Returns a string representing the specified field value. @@ -131,3 +133,5 @@ HashMap getParsedFields(); **Return Value** A HashMap that contains the names and values of the parsed fields. + +> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}. diff --git a/programming/ios/api-reference/parsed-result-item.md b/programming/ios/api-reference/parsed-result-item.md index eacda15..358d2d1 100644 --- a/programming/ios/api-reference/parsed-result-item.md +++ b/programming/ios/api-reference/parsed-result-item.md @@ -117,6 +117,8 @@ func getFieldValue(_ fieldName:String) -> String `fieldName`: The name of the field. +> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}. + **Return Value** Returns a string representing the specified field value. @@ -185,3 +187,5 @@ A `NSDictionary` object stores the field names and values of the parsed fields. ```swift var parsedFields: NSDictionary { get } ``` + +> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}. diff --git a/programming/maui/api-reference/parsed-result-item.md b/programming/maui/api-reference/parsed-result-item.md index 5ee9d10..8c66db8 100644 --- a/programming/maui/api-reference/parsed-result-item.md +++ b/programming/maui/api-reference/parsed-result-item.md @@ -65,3 +65,5 @@ The parsed result with name & value in a `Dictionary`. ```csharp Dictionary ParsedFields { get; } ``` + +> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}. diff --git a/search.md b/search.md index 0f6fd2a..58c4a12 100644 --- a/search.md +++ b/search.md @@ -4,44 +4,4 @@ title: Dynamsoft Code Parser SDK Documentation Search keywords: Dynamsoft Code Parser SDK Documentation Search cx: 53a201f66061dfc84 hasFacets: true ---- - - \ No newline at end of file +--- \ No newline at end of file