Contents

ImageAnalysis

An object that represents the results of analyzing an image, and provides the input for the Live Text interface object.

Declaration

final class ImageAnalysis

Overview

An ImageAnalysis object represents the results of an ImageAnalyzer object finding items in an image that people can interact with. To create an ImageAnalysis object, use the ImageAnalyzer class’s analyze(_:configuration:) method variety, passing the image and an ImageAnalyzer.Configuration object that specifies the items you want to find. Then pass the image analysis to either an ImageAnalysisInteraction object for iOS or an ImageAnalysisOverlayView object for macOS to provide the Live Text interface.

Topics

Checking results

Getting the text

See Also

Content recognition and interaction in images