Uses of Class
com.azure.ai.vision.imageanalysis.models.VisualFeatures
Packages that use VisualFeatures
Package
Description
Package containing the classes for ImageAnalysis.
Package containing the data models for ImageAnalysis.
-
Uses of VisualFeatures in com.azure.ai.vision.imageanalysis
Method parameters in com.azure.ai.vision.imageanalysis with type arguments of type VisualFeaturesModifier and TypeMethodDescriptionImageAnalysisAsyncClient.analyze(com.azure.core.util.BinaryData imageData, List<VisualFeatures> visualFeatures, ImageAnalysisOptions options) Performs a single Image Analysis operation on a given image buffer.ImageAnalysisClient.analyze(com.azure.core.util.BinaryData imageData, List<VisualFeatures> visualFeatures, ImageAnalysisOptions options) Performs a single Image Analysis operation on a given image buffer.ImageAnalysisAsyncClient.analyzeFromUrl(String imageUrl, List<VisualFeatures> visualFeatures, ImageAnalysisOptions options) Performs a single Image Analysis operation on a give image URL.ImageAnalysisClient.analyzeFromUrl(String imageUrl, List<VisualFeatures> visualFeatures, ImageAnalysisOptions options) Performs a single Image Analysis operation on a give image URL.Mono<com.azure.core.http.rest.Response<ImageAnalysisResult>>ImageAnalysisAsyncClient.analyzeFromUrlWithResponse(String imageUrl, List<VisualFeatures> visualFeatures, ImageAnalysisOptions imageAnalysisOptions, com.azure.core.http.rest.RequestOptions requestOptions) Performs a single Image Analysis operation on a give image URL, while allowing customization of the HTTP request and access to HTTP request and response details.com.azure.core.http.rest.Response<ImageAnalysisResult>ImageAnalysisClient.analyzeFromUrlWithResponse(String imageUrl, List<VisualFeatures> visualFeatures, ImageAnalysisOptions imageAnalysisOptions, com.azure.core.http.rest.RequestOptions requestOptions) Performs a single Image Analysis operation on a given image URL, while allowing customization of the HTTP request and access to HTTP request and response details.Mono<com.azure.core.http.rest.Response<ImageAnalysisResult>>ImageAnalysisAsyncClient.analyzeWithResponse(com.azure.core.util.BinaryData imageData, List<VisualFeatures> visualFeatures, ImageAnalysisOptions imageAnalysisOptions, com.azure.core.http.rest.RequestOptions requestOptions) Performs a single Image Analysis operation on a given image buffer, while allowing customization of the HTTP request and access to HTTP request and response details.com.azure.core.http.rest.Response<ImageAnalysisResult>ImageAnalysisClient.analyzeWithResponse(com.azure.core.util.BinaryData imageData, List<VisualFeatures> visualFeatures, ImageAnalysisOptions imageAnalysisOptions, com.azure.core.http.rest.RequestOptions requestOptions) Performs a single Image Analysis operation on a given image buffer, while allowing customization of the HTTP request and access to HTTP request and response details. -
Uses of VisualFeatures in com.azure.ai.vision.imageanalysis.models
Fields in com.azure.ai.vision.imageanalysis.models declared as VisualFeaturesModifier and TypeFieldDescriptionstatic final VisualFeaturesVisualFeatures.CAPTIONGenerate a human-readable caption sentence that describes the content of the image.static final VisualFeaturesVisualFeatures.DENSE_CAPTIONSGenerate human-readable caption sentences for up to 10 different regions in the image, including one for the whole image.static final VisualFeaturesVisualFeatures.OBJECTSObject detection.static final VisualFeaturesVisualFeatures.PEOPLEDetect people in the image and return their location.static final VisualFeaturesVisualFeatures.READExtract printed or handwritten text from the image.static final VisualFeaturesVisualFeatures.SMART_CROPSFind representative sub-regions of the image for thumbnail generation, at desired aspect ratios, with priority given to detected faces.static final VisualFeaturesVisualFeatures.TAGSExtract content tags for thousands of recognizable objects, living beings, scenery, and actions that appear in the image.Methods in com.azure.ai.vision.imageanalysis.models that return VisualFeaturesModifier and TypeMethodDescriptionstatic VisualFeaturesVisualFeatures.fromString(String name) Creates or finds a VisualFeatures from its string representation.Methods in com.azure.ai.vision.imageanalysis.models that return types with arguments of type VisualFeaturesModifier and TypeMethodDescriptionstatic Collection<VisualFeatures>VisualFeatures.values()Gets known VisualFeatures values.