NameSearchInfo (JSON)
Information about a Names search result.
| URI: | NameSearchInfo |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| text | string | The text of the search result. | |
| nameId | string | The name id of the search result. | |
| namePartType | string | The name part type for the text of the search result. | |
| weight | number | The weight of the search result. |
Example
{
"text" : "...",
"nameId" : "...",
"namePartType" : "...",
"weight" : 12345
}