image_analysis_data Module
Classes that represents the data structures of vision image analysis results.
Classes
ContentCaption |
Represents a generated phrase that describes the content of the image. |
ContentTag |
Represent an image tag. A tag can be a recognizable object, living being, scenery, or actions that appear in the image. |
ContentTags |
Represents a list of image tags |
CropSuggestion |
Represents a suggested image cropping that preserves much of the image content. |
CropSuggestions |
Represents a list of image crop suggestions that preserve most of the image content. |
DenseCaptions |
Represents a list of up to 10 captions for different regions of the image. The first caption in the list represents the the whole image, and it is identical to the result returned if you select the option ImageAnalysisFeature.CAPTION. |
DetectedObject |
Represents a physical object detected in an image. |
DetectedObjects |
Represents a list of physical object detected in an image. |
DetectedPeople |
Represents people detected in the image. |
DetectedPerson |
Represents a person detected in an image. |
DetectedText |
Represents the text lines detected in an image. |
DetectedTextLine |
Represents a single, contiguous line of text as detected within an image. |
DetectedTextWord |
Represents a single word that was detected in an image. Words consist of a contiguous sequence of characters. For non-space delimited languages such as Chinese, Japanese, and Korean, each character is represented as its own word. |
Rectangle |
Represents rectangular area inside an image. |
SegmentationResult |
Holds a single segmentation result image of PNG format and associated metadata. |
Azure SDK for Python