C# 클래스 VisionAPI_WPF_Samples.TagsPage

Interaction logic for TagsPage.xaml
상속: ImageScenarioPage
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

메소드 설명
TagsPage ( ) : System

보호된 메소드들

메소드 설명
DoWork ( Uri imageUri, bool upload ) : System.Threading.Tasks.Task

Perform the work for this scenario

비공개 메소드들

메소드 설명
GenerateTagsForUrl ( string imageUrl ) : Task

Sends a url to Project Oxford and generates tags for it

UploadAndGetTagsForImage ( string imageFilePath ) : Task

Uploads the image to Project Oxford and generates tags

메소드 상세

DoWork() 보호된 메소드

Perform the work for this scenario
protected DoWork ( Uri imageUri, bool upload ) : System.Threading.Tasks.Task
imageUri System.Uri The URI of the image to run against the scenario
upload bool Upload the image to Project Oxford if [true]; submit the Uri as a remote url if [false];
리턴 System.Threading.Tasks.Task

TagsPage() 공개 메소드

public TagsPage ( ) : System
리턴 System