Article ۰ Keyword
Extracted keywords from the article body like persons, locations, organizations etc.
Field name | Type | Description |
---|---|---|
value | string | Unique value of this keyword. |
type | string | Type/Category of this keyword like location , organization , person |
score | float | Score for the relevance of this keyword set by the engine |
message Keyword {
string value = 1;
string type = 2;
float score = 3;
}