Package com.azure.ai.textanalytics.util
Class RecognizeCustomEntitiesPagedIterable
java.lang.Object
com.azure.core.util.IterableStream<T>
com.azure.core.util.paging.ContinuablePagedIterable<String,RecognizeCustomEntitiesResultCollection,com.azure.core.http.rest.PagedResponse<RecognizeCustomEntitiesResultCollection>>
com.azure.ai.textanalytics.util.RecognizeCustomEntitiesPagedIterable
- All Implemented Interfaces:
Iterable<RecognizeCustomEntitiesResultCollection>
public final class RecognizeCustomEntitiesPagedIterable
extends com.azure.core.util.paging.ContinuablePagedIterable<String,RecognizeCustomEntitiesResultCollection,com.azure.core.http.rest.PagedResponse<RecognizeCustomEntitiesResultCollection>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.azure.core.util.paging.ContinuablePagedIterable
iterableByPage, iterableByPage, iterableByPage, iterableByPage, iterator, stream, streamByPage, streamByPage, streamByPage, streamByPageMethods inherited from class com.azure.core.util.IterableStream
ofMethods 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
-
RecognizeCustomEntitiesPagedIterable
Creates instance givenRecognizeCustomEntitiesPagedIterable.- Parameters:
pagedFlux- It used as iterable.
-