Click or drag to resize

Enrichment Class

The configuration's document enrichment settings.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1Enrichment

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Enrichment

The Enrichment type exposes the following members.

Constructors
  NameDescription
Public methodEnrichment
Initializes a new instance of the Enrichment class
Top
Properties
  NameDescription
Public propertydescription
Describes what the enrichment step does.
Public propertydestination_field
Field where enrichments will be stored. This field must already exist or be at most 1 level deeper than an existing field. For example, if text is a top-level field with no sub-fields, text.foo is a valid destination but text.foo.bar is not.
Public propertyenrichment
Name of the enrichment service to call. Currently the only valid value is alchemy_language.
Public propertyignore_downstream_errors
If true, then most errors generated during the enrichment process will be treated as warnings and will not cause the document to fail processing.
Public propertyoptions
Enrichment options.
Public propertyoverwrite
Indicates that the enrichments will overwrite the destination_field field if it already exists.
Public propertysource_field
Field to be enriched.
Top
See Also