C# Class LuisTalk.Models.Services.VisionApi

Datei anzeigen Open project: evgri243/pubic-demos Class Usage Examples

Public Methods

Method Description
GetThumbnailImage ( IRandomAccessStream stream, int width, int height, bool smartCropping = true ) : Task
RecognizeTextAsync ( IRandomAccessStream stream, string language = "unk", bool detectOrientation = true ) : Task
VisionApi ( string subscriptionKey ) : System

Method Details

GetThumbnailImage() public method

public GetThumbnailImage ( IRandomAccessStream stream, int width, int height, bool smartCropping = true ) : Task
stream IRandomAccessStream
width int
height int
smartCropping bool
return Task

RecognizeTextAsync() public method

public RecognizeTextAsync ( IRandomAccessStream stream, string language = "unk", bool detectOrientation = true ) : Task
stream IRandomAccessStream
language string
detectOrientation bool
return Task

VisionApi() public method

public VisionApi ( string subscriptionKey ) : System
subscriptionKey string
return System