Resource: SearchHypernym
Search resource: SearchHypernym. For example, { hypernym: "vehicle" hyponyms: ["sedan", "truck"] } This means in SMART_SEARCH mode, searching for "vehicle" will also return results with "sedan" or "truck" as annotations.
| JSON representation | 
|---|
| { "name": string, "hypernym": string, "hyponyms": [ string ] } | 
| Fields | |
|---|---|
| name | 
 Resource name of the SearchHypernym. Format:  | 
| hypernym | 
 The hypernym. | 
| hyponyms[] | 
 Hyponyms that the hypernym is mapped to. | 
| Methods | |
|---|---|
| 
 | Creates a SearchHypernym inside a corpus. | 
| 
 | Deletes a SearchHypernym inside a corpus. | 
| 
 | Gets a SearchHypernym inside a corpus. | 
| 
 | Lists SearchHypernyms inside a corpus. | 
| 
 | Updates a SearchHypernym inside a corpus. |