Class CorpusInfo
Encapsulates the description of a corpus. This class is derived from ResourceInfo.
Syntax
public class CorpusInfo : HeavyResourceInfo
Fields
IndexingOptions
Describes indexing options of the corpus. When a new corpus is created and indexing options not specified, default indexing settings are applied.
Declaration
public CorpusIndexingOptions IndexingOptions
Type
CorpusIndexingOptionsLanguageCodes
The three+(two) letter codes of the languages of the corpus. (such as fre, eng, eng-US).
Declaration
public string[] LanguageCodes