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 |
public GetThumbnailImage ( IRandomAccessStream stream, int width, int height, bool smartCropping = true ) : Task |
||
stream | IRandomAccessStream | |
width | int | |
height | int | |
smartCropping | bool | |
Résultat | Task |
public RecognizeTextAsync ( IRandomAccessStream stream, string language = "unk", bool detectOrientation = true ) : Task |
||
stream | IRandomAccessStream | |
language | string | |
detectOrientation | bool | |
Résultat | Task |
public VisionApi ( string subscriptionKey ) : System | ||
subscriptionKey | string | |
Résultat | System |