Skip to content

Commit c277189

Browse files
Merge pull request #13 from dynamsoft-docs/preview
update to internal commit 9eec7786
2 parents 393fcc1 + 64e3daf commit c277189

File tree

6 files changed

+11
-41
lines changed

6 files changed

+11
-41
lines changed
File renamed without changes.
File renamed without changes.

programming/android/api-reference/parsed-result-item.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ String getFieldValue(String fieldName);
7676

7777
`[in] fieldName`: The name of the field.
7878

79+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
80+
7981
**Return Value**
8082

8183
Returns a string representing the specified field value.
@@ -131,3 +133,5 @@ HashMap<String, String> getParsedFields();
131133
**Return Value**
132134

133135
A HashMap that contains the names and values of the parsed fields.
136+
137+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.

programming/ios/api-reference/parsed-result-item.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ func getFieldValue(_ fieldName:String) -> String
117117

118118
`fieldName`: The name of the field.
119119

120+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
121+
120122
**Return Value**
121123

122124
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.
185187
```swift
186188
var parsedFields: NSDictionary { get }
187189
```
190+
191+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.

programming/maui/api-reference/parsed-result-item.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ The parsed result with name & value in a `Dictionary`.
6565
```csharp
6666
Dictionary<string, ParsedField> ParsedFields { get; }
6767
```
68+
69+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.

search.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,4 @@ title: Dynamsoft Code Parser SDK Documentation Search
44
keywords: Dynamsoft Code Parser SDK Documentation Search
55
cx: 53a201f66061dfc84
66
hasFacets: true
7-
---
8-
9-
<script>
10-
let facets = [
11-
[
12-
{
13-
"anchor": "JavaScript Web",
14-
"label": "javascript_web",
15-
"label_with_op": "more:javascript_web"
16-
}
17-
],
18-
[
19-
{
20-
"anchor": ".NET",
21-
"label": ".net",
22-
"label_with_op": "more:.net"
23-
}
24-
],
25-
[
26-
{
27-
"anchor": "Java",
28-
"label": "java",
29-
"label_with_op": "more:java"
30-
}
31-
],
32-
[
33-
{
34-
"anchor": "Mobile Native App",
35-
"label": "mobile_native_app",
36-
"label_with_op": "more:mobile_native_app"
37-
}
38-
],
39-
[
40-
{
41-
"anchor": "C/C++",
42-
"label": "c/c++",
43-
"label_with_op": "more:c/c++"
44-
}
45-
]
46-
]
47-
</script>
7+
---

0 commit comments

Comments
 (0)