OcrControl.ClientSecret Property

 

Deprecated. The ClientSecret Property holds the Client Secret value of the Azure Data Marketplace account that the application developer registered the The Bing Optical Character Recognition (OCR) Control under. It is used for authentication and billing when calling the Bing OCR Service.

Published date: March 4, 2014

Warning

The Bing OCR Control is deprecated as of March 12, 2014

Syntax

public string ClientSecret { get; set }
<Ocr:OcrControl ClientId="MyClientId" ClientSecret="MySecret" .../>

Property Value

Type: System.String

The client secret of the application developer.

Remarks

ClientId and ClientSecret values are obtained by registering on the Azure Data Marketplace. The registered account is billed for each request sent to the OCR Service. For more information, see How to: Install and Register the Bing OCR Control with the Azure Data Marketplace.

Requirements

Minimum Supported Client

Windows 8.1

Required Extensions

Bing OCR

Namespace

Bing.Ocr