01/10/2018, 14:15

Giúp đỡ về xác thực google cloud api translate

Mình làm tới đâu rùi mà mình độc những đoạn code này không hiểu giúp mình, mình nghĩ là xác thực mình nhưng làm mãi không được

[Verb("cloud", HelpText = "Authenticate using the Google.Cloud.Language library.  "
        + "The preferred way of authenticating gRPC-based libraries.")]
    class CloudOptions : BaseOptions { }

    [Verb("api", HelpText = "Authenticate using the Google.Apis.Storage library.")]
    class ApiOptions : BaseOptions { }

    [Verb("http", HelpText = "Authenticate using and make a rest HTTP call.")]
Bài liên quan
0