Google.Cloud.Translation.V2 by Google Inc.

<PackageReference Include="Google.Cloud.Translation.V2" Version="1.0.0-alpha04" />

 Google.Cloud.Translation.V2 1.0.0-alpha04

Recommended Google client library to access the Translation API. It wraps the Google.Apis.Translate.v2 client library, making common operations simpler in client code. The Translate API translates text from one language to another.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Google.Cloud.Translation.V2</id>
    <version>1.0.0-alpha04</version>
    <authors>Google Inc.</authors>
    <owners>Google Inc.</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/GoogleCloudPlatform/google-cloud-dotnet</projectUrl>
    <description>Recommended Google client library to access the Translation API. It wraps the Google.Apis.Translate.v2 client library, making common operations simpler in client code. The Translate API translates text from one language to another.</description>
    <copyright>Copyright 2017 Google Inc.</copyright>
    <tags>Translate Translation Google Cloud</tags>
    <repository type="git" url="https://github.com/GoogleCloudPlatform/google-cloud-dotnet" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Google.Api.Gax.Rest" version="2.0.0-beta01" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Google.Api.Gax.Rest" version="2.0.0-beta01" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>