Name | Type | Description | Notes |
---|---|---|---|
text | String | The entity text | [optional] |
frequency | Integer | Amount of entity surface form mentions in the article | [optional] |
mentions | Array<EntityMention> | Mentions of the entity text | [optional] |
require 'AylienNewsApi'
instance = AylienNewsApi::EntitySurfaceForm.new(text: null,
frequency: null,
mentions: null)