public class RecognizedPhrase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Confidence |
Confidence
A value representing high, medium or low confidence.
|
java.lang.String |
DisplayText
The recognized phrase with inverse text normalization, capitalization, punctuation and profanity masking applied.
|
java.lang.String |
InverseTextNormalizationResult
Inverse text normalization (ITN) converts phrases like "one two three four" to a normalized form such as "1234".
|
java.lang.String |
LexicalForm
The recognized phrase, without any post-processing.
|
java.lang.String |
MaskedInverseTextNormalizationResult
The recognized phrase with inverse text normalization and profanity masking applied, but not capitalization or punctuation.
|
Constructor and Description |
---|
RecognizedPhrase() |
public java.lang.String LexicalForm
public java.lang.String DisplayText
public java.lang.String InverseTextNormalizationResult
public java.lang.String MaskedInverseTextNormalizationResult
public Confidence Confidence