C# Class LuisTalk.Models.Services.VisionApi

Afficher le fichier Open project: evgri243/pubic-demos Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

RecognizeTextAsync() public méthode

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

VisionApi() public méthode

public VisionApi ( string subscriptionKey ) : System
subscriptionKey string
Résultat System