Uses of Class
com.azure.ai.textanalytics.models.ExtractKeyPhraseResult
Packages that use ExtractKeyPhraseResult
Package
Description
Package containing Azure Text Analytics collection types that contain the results for batch operations.
-
Uses of ExtractKeyPhraseResult in com.azure.ai.textanalytics.util
Constructor parameters in com.azure.ai.textanalytics.util with type arguments of type ExtractKeyPhraseResultModifierConstructorDescriptionExtractKeyPhrasesResultCollection(Iterable<ExtractKeyPhraseResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aExtractKeyPhrasesResultCollectionmodel that maintains a list ofExtractKeyPhraseResultalong with model version and batch's statistics.