Class ProbingLanguageDetectionResult

Namespace
NOpenNLP.Tools.Langdetect
Assembly
NOpenNLP.Tools.dll
public class ProbingLanguageDetectionResult
Inheritance
ProbingLanguageDetectionResult
Inherited Members

Constructors

ProbingLanguageDetectionResult(Language[], int)

public ProbingLanguageDetectionResult(Language[] languages, int length)

Parameters

languages Language[]
length int

Properties

Languages

public Language[] Languages { get; }

Property Value

Language[]

Length

Length in codepoints of text processed.

public int Length { get; }

Property Value

int