Skip to content

Commit 701085a

Browse files
update to internal commit 5ed8e076
1 parent 80e82ac commit 701085a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

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 }}).
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 }}).

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 }}).
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 }}).

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 }}).

0 commit comments

Comments
 (0)