Uses of Class
com.azure.ai.textanalytics.util.ClassifyDocumentResultCollection
Packages that use ClassifyDocumentResultCollection
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
Package containing Azure Text Analytics collection types that contain the results for batch operations.
-
Uses of ClassifyDocumentResultCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return ClassifyDocumentResultCollectionModifier and TypeMethodDescriptionMultiLabelClassifyActionResult.getDocumentsResults()Gets the custom entities recognition action result.SingleLabelClassifyActionResult.getDocumentsResults()Gets the custom entities recognition action result. -
Uses of ClassifyDocumentResultCollection in com.azure.ai.textanalytics.util
Constructor parameters in com.azure.ai.textanalytics.util with type arguments of type ClassifyDocumentResultCollectionModifierConstructorDescriptionClassifyDocumentPagedFlux(Supplier<com.azure.core.util.paging.PageRetriever<String, com.azure.core.http.rest.PagedResponse<ClassifyDocumentResultCollection>>> pageRetrieverProvider) Creates an instance ofClassifyDocumentPagedFluxClassifyDocumentPagedIterable(Supplier<com.azure.core.util.paging.PageRetrieverSync<String, com.azure.core.http.rest.PagedResponse<ClassifyDocumentResultCollection>>> provider) Creates an instance ofClassifyDocumentPagedIterable.