CIDetector.CreateTextDetector(CIContext, CIDetectorOptions) Method

Definition

Creates a new CIDetector with the specified context and detection options.

public static CoreImage.CIDetector CreateTextDetector (CoreImage.CIContext context, CoreImage.CIDetectorOptions detectorOptions);
static member CreateTextDetector : CoreImage.CIContext * CoreImage.CIDetectorOptions -> CoreImage.CIDetector

Parameters

context
CIContext
detectorOptions
CIDetectorOptions

Returns

Applies to