lib/google/cloud/translate.rb in google-cloud-translate-1.0.0 vs lib/google/cloud/translate.rb in google-cloud-translate-1.0.1
- old
+ new
@@ -32,20 +32,9 @@
# Afrikaans to Zulu. Used in combination, this enables translation between
# thousands of language pairs. Also, you can send in HTML and receive HTML
# with translated text back. You don't need to extract your source text or
# reassemble the translated content.
#
- # ## Premium Edition
- #
- # Using the `model` parameter, you can set the model used by the service to
- # perform the translation. The neural machine translation model (`nmt`) is
- # billed as a premium edition feature. Because neural machine translation is
- # computationally significantly more resource intensive than the standard
- # model, the price for the premium edition is higher than the standard
- # edition. If the `model` parameter not set or is set to `base`, then the
- # service will return translation using the current standard model and
- # standard edition pricing.
- #
# ## Authenticating
#
# Like other Cloud Platform services, Google Cloud Translation API supports
# authentication using a project ID and OAuth 2.0 credentials. In addition,
# it supports authentication using a public API access key. (If both the API