public class SkillMatch extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
BeginSpan
The index of the first character of the match (0-based).
|
int |
EndSpan
The index of the last character of the match (0-based).
|
float |
Likelihood
Likelihood that the matched term actually refers to a skill in the context of the text.
|
String |
RawText
The actual term that was found as evidence of this skill (the substring from BeginSpan to EndSpan).
|
| Constructor and Description |
|---|
SkillMatch() |
public int BeginSpan
public int EndSpan
public float Likelihood
public String RawText
Copyright © 2023. All rights reserved.