C# Class CognitiveServices.CognitiveServicesApp

Inheritance: HoloApplication
显示文件 Open project: xamarin/urho-samples

Public Methods

Method Description
CognitiveServicesApp ( Urho.ApplicationOptions opts ) : System
OnGestureDoubleTapped ( ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
CaptureAndAnalyze ( bool readText = false ) : Task
CaptureAndShowResult ( bool readText ) : void
EnablePreview ( bool enable ) : void
Help ( ) : void
ShowBusyIndicator ( bool show ) : void

Method Details

CognitiveServicesApp() public method

public CognitiveServicesApp ( Urho.ApplicationOptions opts ) : System
opts Urho.ApplicationOptions
return System

OnGestureDoubleTapped() public method

public OnGestureDoubleTapped ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void