Class KeyPhrasesCollection
java.lang.Object
com.azure.core.util.IterableStream<String>
com.azure.ai.textanalytics.models.KeyPhrasesCollection
The
KeyPhrasesCollection model.-
Constructor Summary
ConstructorsConstructorDescriptionKeyPhrasesCollection(com.azure.core.util.IterableStream<String> keyPhrases, com.azure.core.util.IterableStream<TextAnalyticsWarning> warnings) Creates aKeyPhrasesCollectionmodel that describes a key phrases collection including warnings. -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.IterableStream<TextAnalyticsWarning>Gets theIterableStreamofText Analytics warnings.Methods inherited from class com.azure.core.util.IterableStream
iterator, of, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
KeyPhrasesCollection
public KeyPhrasesCollection(com.azure.core.util.IterableStream<String> keyPhrases, com.azure.core.util.IterableStream<TextAnalyticsWarning> warnings) Creates aKeyPhrasesCollectionmodel that describes a key phrases collection including warnings.- Parameters:
keyPhrases- AnIterableStreamof key phrases.warnings- AnIterableStreamofwarnings.
-
-
Method Details
-
getWarnings
Gets theIterableStreamofText Analytics warnings.- Returns:
IterableStreamofTextAnalyticsWarning.
-