Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 623 Bytes

EntitySurfaceForm.md

File metadata and controls

21 lines (14 loc) · 623 Bytes

AylienNewsApi::EntitySurfaceForm

Properties

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]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::EntitySurfaceForm.new(text: null,
                                 frequency: null,
                                 mentions: null)