jp.go.nict.langrid.client.protobuf.proto
インタフェース LanguageIdentificationProtos.Service.Interface

既知の実装クラスの一覧:
LanguageIdentificationProtos.Service.Stub
含まれているクラス:
LanguageIdentificationProtos.Service

public static interface LanguageIdentificationProtos.Service.Interface


メソッドの概要
 void getSupportedEncodings(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.GetSupportedEncodingsRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedEncodingsResponse> done)
           
 void getSupportedLanguages(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.GetSupportedLanguagesRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedLanguagesResponse> done)
           
 void identify(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.IdentifyRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyResponse> done)
           
 void identifyLanguageAndEncoding(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.IdentifyLanguageAndEncodingRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyLanguageAndEncodingResponse> done)
           
 

メソッドの詳細

identify

void identify(com.google.protobuf.RpcController controller,
              LanguageIdentificationProtos.IdentifyRequest request,
              com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyResponse> done)

identifyLanguageAndEncoding

void identifyLanguageAndEncoding(com.google.protobuf.RpcController controller,
                                 LanguageIdentificationProtos.IdentifyLanguageAndEncodingRequest request,
                                 com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyLanguageAndEncodingResponse> done)

getSupportedLanguages

void getSupportedLanguages(com.google.protobuf.RpcController controller,
                           LanguageIdentificationProtos.GetSupportedLanguagesRequest request,
                           com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedLanguagesResponse> done)

getSupportedEncodings

void getSupportedEncodings(com.google.protobuf.RpcController controller,
                           LanguageIdentificationProtos.GetSupportedEncodingsRequest request,
                           com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedEncodingsResponse> done)