Taxonomy
@JsonClass(generateAdapter = true
Content copied to clipboard
Holds the collection of tags, categories, keywords, etc that describe content.
Constructors
Link copied to clipboard
                fun Taxonomy(    keywords: List<Taxonomy.Keyword>?,     named_entities: List<Taxonomy.NamedEntity>?,     topics: List<Taxonomy.Topic>?,     auxiliaries: List<Taxonomy.Auxiliary>?,     tags: List<Taxonomy.Tag>?,     primary_section: Taxonomy.Section?,     sections: List<Taxonomy.Section>?,     seo_keywords: List<String>?,     stock_symbols: List<String>?,     associated_tasks: List<String>?,     additional_properties: Map<String, *>?)
Content copied to clipboard
Types
Link copied to clipboard
                @JsonClass(generateAdapter = true
Content copied to clipboard
Models a named entity (i.e. name of a person, place, or organization) used in a piece of content.
Link copied to clipboard
                @JsonClass(generateAdapter = true
Content copied to clipboard
A primary section object or reference to one. In the Arc ecosystem, a reference here is denormalized into a site from the arc-site-service.
Link copied to clipboard