NamesSearchInfo (XML)
Information about a Names search result.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/NamesSearchInfo |
Properties
Name |
Type |
Description |
|
namePartType |
string
|
The name part type for the text of the search result. |
|
nameId |
string
|
The name id of the search result. |
|
text |
string
|
The text of the search result. |
|
weight |
int
|
The weight of the search result. |
|
Example
<nameSearchInfo namePartType="..." xmlns="http://familysearch.org/v1/">
<nameId>...</nameId>
<text>...</text>
<weight>...</weight>
</nameSearchInfo>