Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment Class Reference

The configuration's document enrichment settings. More...

Properties

string description [get, set]
 Describes what the enrichment step does. More...
 
string destination_field [get, set]
 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. More...
 
string source_field [get, set]
 Field to be enriched. More...
 
bool overwrite [get, set]
 Indicates that the enrichments will overwrite the destination_field field if it already exists. More...
 
string enrichment [get, set]
 Name of the enrichment service to call. Currently the only valid value is alchemy_language. More...
 
bool ignore_downstream_errors [get, set]
 If true, then most errors generated during the enrichment process will be treated as warnings and will not cause the document to fail processing. More...
 
EnrichmentOptions options [get, set]
 Enrichment options. More...
 

Detailed Description

The configuration's document enrichment settings.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment.description
getset

Describes what the enrichment step does.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment.destination_field
getset

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.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment.enrichment
getset

Name of the enrichment service to call. Currently the only valid value is alchemy_language.

bool IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment.ignore_downstream_errors
getset

If true, then most errors generated during the enrichment process will be treated as warnings and will not cause the document to fail processing.

EnrichmentOptions IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment.options
getset

Enrichment options.

bool IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment.overwrite
getset

Indicates that the enrichments will overwrite the destination_field field if it already exists.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Enrichment.source_field
getset

Field to be enriched.


The documentation for this class was generated from the following file: