Index
All Classes and Interfaces|All Packages
A
- addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
- analyze(BinaryData, List<VisualFeatures>, ImageAnalysisOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisAsyncClient
-
Performs a single Image Analysis operation on a given image buffer.
- analyze(BinaryData, List<VisualFeatures>, ImageAnalysisOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClient
-
Performs a single Image Analysis operation on a given image buffer.
- analyzeFromUrl(String, List<VisualFeatures>, ImageAnalysisOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisAsyncClient
-
Performs a single Image Analysis operation on a give image URL.
- analyzeFromUrl(String, List<VisualFeatures>, ImageAnalysisOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClient
-
Performs a single Image Analysis operation on a give image URL.
- analyzeFromUrlWithResponse(String, List<VisualFeatures>, ImageAnalysisOptions, RequestOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisAsyncClient
-
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.
- analyzeFromUrlWithResponse(String, List<VisualFeatures>, ImageAnalysisOptions, RequestOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClient
-
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.
- analyzeWithResponse(BinaryData, List<VisualFeatures>, ImageAnalysisOptions, RequestOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisAsyncClient
-
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.
- analyzeWithResponse(BinaryData, List<VisualFeatures>, ImageAnalysisOptions, RequestOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClient
-
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.
B
- buildAsyncClient() - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
Builds an instance of ImageAnalysisAsyncClient class.
- buildClient() - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
Builds an instance of ImageAnalysisClient class.
C
- CAPTION - Static variable in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Generate a human-readable caption sentence that describes the content of the image.
- CaptionResult - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a generated phrase that describes the content of the whole image.
- clientOptions(ClientOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
- com.azure.ai.vision.imageanalysis - package com.azure.ai.vision.imageanalysis
-
Package containing the classes for ImageAnalysis.
- com.azure.ai.vision.imageanalysis.models - package com.azure.ai.vision.imageanalysis.models
-
Package containing the data models for ImageAnalysis.
- configuration(Configuration) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
- credential(KeyCredential) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
- CropRegion - Class in com.azure.ai.vision.imageanalysis.models
-
A region at the desired aspect ratio that can be used as image thumbnail.
D
- DENSE_CAPTIONS - Static variable in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Generate human-readable caption sentences for up to 10 different regions in the image, including one for the whole image.
- DenseCaption - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a generated phrase that describes the content of the whole image or a region in the image.
- DenseCaptionsResult - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a list of up to 10 image captions for different regions of the image.
- DetectedObject - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a physical object detected in an image.
- DetectedPerson - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a person detected in an image.
- DetectedTag - Class in com.azure.ai.vision.imageanalysis.models
-
A content entity observation in the image.
- DetectedTextBlock - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a single block of detected text in the image.
- DetectedTextLine - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a single line of text in the image.
- DetectedTextWord - Class in com.azure.ai.vision.imageanalysis.models
-
A word object consisting of a contiguous sequence of characters.
E
- endpoint(String) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
F
- fromString(String) - Static method in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Creates or finds a VisualFeatures from its string representation.
G
- getAspectRatio() - Method in class com.azure.ai.vision.imageanalysis.models.CropRegion
-
Get the aspectRatio property: The aspect ratio of the crop region.
- getBlocks() - Method in class com.azure.ai.vision.imageanalysis.models.ReadResult
-
Get the blocks property: A list of text blocks in the image.
- getBoundingBox() - Method in class com.azure.ai.vision.imageanalysis.models.CropRegion
-
Get the boundingBox property: The bounding box of the region.
- getBoundingBox() - Method in class com.azure.ai.vision.imageanalysis.models.DenseCaption
-
Get the boundingBox property: The image region of which this caption applies.
- getBoundingBox() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedObject
-
Get the boundingBox property: A rectangular boundary where the object was detected.
- getBoundingBox() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedPerson
-
Get the boundingBox property: A rectangular boundary where the person was detected.
- getBoundingPolygon() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTextLine
-
Get the boundingPolygon property: A bounding polygon around the text line.
- getBoundingPolygon() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTextWord
-
Get the boundingPolygon property: A bounding polygon around the word.
- getCaption() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the caption property: The generated phrase that describes the content of the analyzed image.
- getConfidence() - Method in class com.azure.ai.vision.imageanalysis.models.CaptionResult
-
Get the confidence property: A score, in the range of 0 to 1 (inclusive), representing the confidence that this description is accurate.
- getConfidence() - Method in class com.azure.ai.vision.imageanalysis.models.DenseCaption
-
Get the confidence property: A score, in the range of 0 to 1 (inclusive), representing the confidence that this description is accurate.
- getConfidence() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedPerson
-
Get the confidence property: A score, in the range of 0 to 1 (inclusive), representing the confidence that this detection was accurate.
- getConfidence() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTag
-
Get the confidence property: A score, in the range of 0 to 1 (inclusive), representing the confidence that this entity was observed.
- getConfidence() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTextWord
-
Get the confidence property: The level of confidence that the word was detected.
- getDenseCaptions() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the denseCaptions property: The up to 10 generated phrases, the first describing the content of the whole image, and the others describing the content of different regions of the image.
- getHeight() - Method in class com.azure.ai.vision.imageanalysis.models.ImageBoundingBox
-
Get the height property: Height of the area, in pixels.
- getHeight() - Method in class com.azure.ai.vision.imageanalysis.models.ImageMetadata
-
Get the height property: The height of the image in pixels.
- getLanguage() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Get the language code
- getLatest() - Static method in enum com.azure.ai.vision.imageanalysis.ImageAnalysisServiceVersion
-
Gets the latest service version supported by this client library.
- getLines() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTextBlock
-
Get the lines property: A list of text lines in this block.
- getMetadata() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the metadata property: Metadata associated with the analyzed image.
- getModelVersion() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Get the model version
- getModelVersion() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the modelVersion property: The cloud AI model used for the analysis.
- getName() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTag
-
Get the name property: Name of the entity.
- getObjects() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the objects property: A list of detected physical objects in the analyzed image, and their location.
- getPeople() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the people property: A list of detected people in the analyzed image, and their location.
- getRead() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the read property: The extracted printed and hand-written text in the analyze image.
- getSmartCrops() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the smartCrops property: A list of crop regions at the desired as aspect ratios (if provided) that can be used as image thumbnails.
- getSmartCropsAspectRatios() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Get the smart crop aspect rations
- getTags() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedObject
-
Get the tags property: A single-item list containing the object information.
- getTags() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisResult
-
Get the tags property: A list of content tags in the analyzed image.
- getText() - Method in class com.azure.ai.vision.imageanalysis.models.CaptionResult
-
Get the text property: The text of the caption.
- getText() - Method in class com.azure.ai.vision.imageanalysis.models.DenseCaption
-
Get the text property: The text of the caption.
- getText() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTextLine
-
Get the text property: Text content of the detected text line.
- getText() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTextWord
-
Get the text property: Text content of the word.
- getValues() - Method in class com.azure.ai.vision.imageanalysis.models.DenseCaptionsResult
-
Get the values property: The list of image captions.
- getValues() - Method in class com.azure.ai.vision.imageanalysis.models.ObjectsResult
-
Get the values property: A list of physical object detected in an image and their location.
- getValues() - Method in class com.azure.ai.vision.imageanalysis.models.PeopleResult
-
Get the values property: A list of people detected in an image and their location.
- getValues() - Method in class com.azure.ai.vision.imageanalysis.models.SmartCropsResult
-
Get the values property: A list of crop regions.
- getValues() - Method in class com.azure.ai.vision.imageanalysis.models.TagsResult
-
Get the values property: A list of tags.
- getVersion() - Method in enum com.azure.ai.vision.imageanalysis.ImageAnalysisServiceVersion
- getWidth() - Method in class com.azure.ai.vision.imageanalysis.models.ImageBoundingBox
-
Get the width property: Width of the area, in pixels.
- getWidth() - Method in class com.azure.ai.vision.imageanalysis.models.ImageMetadata
-
Get the width property: The width of the image in pixels.
- getWords() - Method in class com.azure.ai.vision.imageanalysis.models.DetectedTextLine
-
Get the words property: A list of words in this line.
- getX() - Method in class com.azure.ai.vision.imageanalysis.models.ImageBoundingBox
-
Get the x property: X-coordinate of the top left point of the area, in pixels.
- getX() - Method in class com.azure.ai.vision.imageanalysis.models.ImagePoint
-
Get the x property: The horizontal x-coordinate of this point, in pixels.
- getY() - Method in class com.azure.ai.vision.imageanalysis.models.ImageBoundingBox
-
Get the y property: Y-coordinate of the top left point of the area, in pixels.
- getY() - Method in class com.azure.ai.vision.imageanalysis.models.ImagePoint
-
Get the y property: The vertical y-coordinate of this point, in pixels.
H
- httpClient(HttpClient) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
- httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
I
- ImageAnalysisAsyncClient - Class in com.azure.ai.vision.imageanalysis
-
Initializes a new instance of the asynchronous ImageAnalysisClient type.
- ImageAnalysisClient - Class in com.azure.ai.vision.imageanalysis
-
Initializes a new instance of the synchronous ImageAnalysisClient type.
- ImageAnalysisClientBuilder - Class in com.azure.ai.vision.imageanalysis
-
A builder for creating a new instance of the ImageAnalysisClient type.
- ImageAnalysisClientBuilder() - Constructor for class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
Create an instance of the ImageAnalysisClientBuilder.
- ImageAnalysisOptions - Class in com.azure.ai.vision.imageanalysis.models
-
Options for a single Image Analysis operation.
- ImageAnalysisOptions() - Constructor for class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Creates an instance of ImageAnalysisOptions class with default analysis options, as specified by the service.
- ImageAnalysisResult - Class in com.azure.ai.vision.imageanalysis.models
-
Represents the outcome of an Image Analysis operation.
- ImageAnalysisServiceVersion - Enum in com.azure.ai.vision.imageanalysis
-
Service version of ImageAnalysisClient.
- ImageBoundingBox - Class in com.azure.ai.vision.imageanalysis.models
-
A basic rectangle specifying a sub-region of the image.
- ImageMetadata - Class in com.azure.ai.vision.imageanalysis.models
-
Metadata associated with the analyzed image.
- ImagePoint - Class in com.azure.ai.vision.imageanalysis.models
-
Represents the coordinates of a single pixel in the image.
- isGenderNeutralCaption() - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Get the gender neutral caption selection
O
- OBJECTS - Static variable in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Object detection.
- ObjectsResult - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a list of physical object detected in an image and their location.
P
- PEOPLE - Static variable in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Detect people in the image and return their location.
- PeopleResult - Class in com.azure.ai.vision.imageanalysis.models
-
Represents a list of people detected in an image and their location.
- pipeline(HttpPipeline) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
R
- READ - Static variable in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Extract printed or handwritten text from the image.
- ReadResult - Class in com.azure.ai.vision.imageanalysis.models
-
The results of a Read (OCR) operation.
- retryOptions(RetryOptions) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
.
- retryPolicy(RetryPolicy) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
Sets The retry policy that will attempt to retry failed requests, if applicable.
S
- serviceVersion(ImageAnalysisServiceVersion) - Method in class com.azure.ai.vision.imageanalysis.ImageAnalysisClientBuilder
-
Sets Service version.
- setGenderNeutralCaption(Boolean) - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Sets the gender-neutral captioning option for visual features
CAPTIONandDENSE_CAPTIONS. - setLanguage(String) - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Sets the desired language for output generation.
- setModelVersion(String) - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Set the version of cloud AI-model used for analysis.
- setSmartCropsAspectRatios(List<Double>) - Method in class com.azure.ai.vision.imageanalysis.models.ImageAnalysisOptions
-
Set a list of aspect ratios for the visual feature
SMART_CROPS. - SMART_CROPS - Static variable in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Find representative sub-regions of the image for thumbnail generation, at desired aspect ratios, with priority given to detected faces.
- SmartCropsResult - Class in com.azure.ai.vision.imageanalysis.models
-
Smart cropping result.
T
- TAGS - Static variable in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Extract content tags for thousands of recognizable objects, living beings, scenery, and actions that appear in the image.
- TagsResult - Class in com.azure.ai.vision.imageanalysis.models
-
A list of entities observed in the image.
- toString() - Method in class com.azure.ai.vision.imageanalysis.models.ImageBoundingBox
-
Returns a compact string containing the bounding box values in a style suitable for printing.
- toString() - Method in class com.azure.ai.vision.imageanalysis.models.ImagePoint
-
Returns a compact string containing the image point values in a style suitable for printing.
V
- V2023_10_01 - Enum constant in enum com.azure.ai.vision.imageanalysis.ImageAnalysisServiceVersion
-
Enum value 2023-10-01.
- valueOf(String) - Static method in enum com.azure.ai.vision.imageanalysis.ImageAnalysisServiceVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.ai.vision.imageanalysis.ImageAnalysisServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Gets known VisualFeatures values.
- VisualFeatures - Class in com.azure.ai.vision.imageanalysis.models
-
The visual features supported by the Image Analysis service.
- VisualFeatures() - Constructor for class com.azure.ai.vision.imageanalysis.models.VisualFeatures
-
Deprecated.
All Classes and Interfaces|All Packages
VisualFeatures.fromString(String)factory method.