Class KeyPhrasesCollection

java.lang.Object
com.azure.core.util.IterableStream<String>
com.azure.ai.textanalytics.models.KeyPhrasesCollection
All Implemented Interfaces:
Iterable<String>

public final class KeyPhrasesCollection extends com.azure.core.util.IterableStream<String>
  • Constructor Details

    • KeyPhrasesCollection

      public KeyPhrasesCollection(com.azure.core.util.IterableStream<String> keyPhrases, com.azure.core.util.IterableStream<TextAnalyticsWarning> warnings)
      Creates a KeyPhrasesCollection model that describes a key phrases collection including warnings.
      Parameters:
      keyPhrases - An IterableStream of key phrases.
      warnings - An IterableStream of warnings.
  • Method Details