C# 클래스 Microsoft.TranslatorContainer

상속: System.Data.Services.Client.DataServiceContext
파일 보기 프로젝트 열기: ibgib/LearnLanguages 1 사용 예제들

공개 메소드들

메소드 설명
Detect ( String Text ) : DataServiceQuery

GetLanguagesForTranslation ( ) : DataServiceQuery

Translate ( String Text, String To, String From ) : DataServiceQuery

TranslatorContainer ( Uri serviceRoot ) : System

메소드 상세

Detect() 공개 메소드

public Detect ( String Text ) : DataServiceQuery
Text String the text whose language is to be identified Sample Values : hello
리턴 DataServiceQuery

GetLanguagesForTranslation() 공개 메소드

public GetLanguagesForTranslation ( ) : DataServiceQuery
리턴 DataServiceQuery

Translate() 공개 메소드

public Translate ( String Text, String To, String From ) : DataServiceQuery
Text String the text to translate Sample Values : hello
To String the language code to translate the text into Sample Values : nl
From String the language code of the translation text Sample Values : en
리턴 DataServiceQuery

TranslatorContainer() 공개 메소드

public TranslatorContainer ( Uri serviceRoot ) : System
serviceRoot System.Uri
리턴 System