ExtractKeyPhraseResult Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. TextAnalyticsResult - com.
azure. ai. textanalytics. models. ExtractKeyPhraseResult
- com.
- com.
public final class ExtractKeyPhraseResult
extends TextAnalyticsResult
The ExtractKeyPhraseResult model.
Constructor Summary
| Constructor | Description |
|---|---|
| ExtractKeyPhraseResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, KeyPhrasesCollection keyPhrases) |
Creates a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Key |
getKeyPhrases()
Gets a KeyPhrasesCollection contains a list of key phrases and warnings. |
Methods inherited from TextAnalyticsResult
Methods inherited from java.lang.Object
Constructor Details
ExtractKeyPhraseResult
public ExtractKeyPhraseResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, KeyPhrasesCollection keyPhrases)
Creates a ExtractKeyPhraseResult model that describes extracted key phrases result.
Parameters:
Method Details
getKeyPhrases
public KeyPhrasesCollection getKeyPhrases()
Gets a KeyPhrasesCollection contains a list of key phrases and warnings.
Returns: