Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions programming/android/api-reference/parsed-result-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -131,3 +133,5 @@ HashMap<String, String> 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"}.
4 changes: 4 additions & 0 deletions programming/ios/api-reference/parsed-result-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"}.
2 changes: 2 additions & 0 deletions programming/maui/api-reference/parsed-result-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ The parsed result with name & value in a `Dictionary`.
```csharp
Dictionary<string, ParsedField> ParsedFields { get; }
```

> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
42 changes: 1 addition & 41 deletions search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,4 @@ title: Dynamsoft Code Parser SDK Documentation Search
keywords: Dynamsoft Code Parser SDK Documentation Search
cx: 53a201f66061dfc84
hasFacets: true
---

<script>
let facets = [
[
{
"anchor": "JavaScript Web",
"label": "javascript_web",
"label_with_op": "more:javascript_web"
}
],
[
{
"anchor": ".NET",
"label": ".net",
"label_with_op": "more:.net"
}
],
[
{
"anchor": "Java",
"label": "java",
"label_with_op": "more:java"
}
],
[
{
"anchor": "Mobile Native App",
"label": "mobile_native_app",
"label_with_op": "more:mobile_native_app"
}
],
[
{
"anchor": "C/C++",
"label": "c/c++",
"label_with_op": "more:c/c++"
}
]
]
</script>
---