ImageAnalysisResultDetails Class
Represents additional information related to an image analysis result.
- Inheritance
-
builtins.objectImageAnalysisResultDetails
Constructor
ImageAnalysisResultDetails()
Methods
from_result |
Creates an object that contains additional information related to an image analysis result. This includes the raw JSON response from the service, and other details related to the service connection and image source. |
from_result
Creates an object that contains additional information related to an image analysis result.
This includes the raw JSON response from the service, and other details related to the service connection and image source.
static from_result(result: ImageAnalysisResult)
Parameters
Name | Description |
---|---|
result
Required
|
The result object from an image analysis operation. |
Attributes
connection_url
The full URL used to connect to the Image Analysis service to get these results. It includes the query URL parameters.
image_id
The identifier of the analyzed image. This could be the full-path image file name, image URL, or an empty string, depending on how the VisionSource was created. It will be an empty string if the image was passed in as a byte array.
json_result
Gets the JSON response payload from the Vision Service that was deserialized to create the provided ImageAnalysisResult.
properties
A collection of advanced properties on the result details.
result_id
The unique identifier from the Vision Service, associated with this result.
Azure SDK for Python