C# 클래스 LuisTalk.Models.Services.VisionApi

파일 보기 프로젝트 열기: evgri243/pubic-demos 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetThumbnailImage() 공개 메소드

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

RecognizeTextAsync() 공개 메소드

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

VisionApi() 공개 메소드

public VisionApi ( string subscriptionKey ) : System
subscriptionKey string
리턴 System