IOcrClient1.GetOcrCopilot

IOcrClient<TOptions>.GetOcrCopilot method

Gets an instance of IOcrCopilot with the specified options.

public IOcrCopilot GetOcrCopilot(IOcrCopilotOptions<TOptions> options)
ParameterTypeDescription
optionsIOcrCopilotOptions`1The options for the OCR copilot.

Return Value

An instance of IOcrCopilot.

See Also