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
Properties
Languages
public Language[] Languages { get; }
Property Value
- Language[]
Length
Length in codepoints of text processed.
public int Length { get; }