generated/google/apis/language_v1beta2/classes.rb in google-api-client-0.37.3 vs generated/google/apis/language_v1beta2/classes.rb in google-api-client-0.38.0
- old
+ new
@@ -351,11 +351,11 @@
# Corresponds to the JSON property `confidence`
# @return [Float]
attr_accessor :confidence
# The name of the category representing the document, from the [predefined
- # taxonomy](/natural-language/docs/categories).
+ # taxonomy](https://cloud.google.com/natural-language/docs/categories).
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
def initialize(**args)
@@ -464,15 +464,15 @@
attr_accessor :gcs_content_uri
# The language of the document (if not specified, the language is
# automatically detected). Both ISO and BCP-47 language codes are
# accepted.<br>
- # [Language Support](/natural-language/docs/languages)
- # lists currently supported languages for each API method.
- # If the language (either specified by the caller or automatically detected)
- # is not supported by the called API method, an `INVALID_ARGUMENT` error
- # is returned.
+ # [Language
+ # Support](https://cloud.google.com/natural-language/docs/languages) lists
+ # currently supported languages for each API method. If the language (either
+ # specified by the caller or automatically detected) is not supported by the
+ # called API method, an `INVALID_ARGUMENT` error is returned.
# Corresponds to the JSON property `language`
# @return [String]
attr_accessor :language
# The web URI where the document comes from. This URI is not used for
@@ -603,10 +603,11 @@
class Features
include Google::Apis::Core::Hashable
# Classify the full document into categories. If this is true,
# the API will use the default model which classifies into a
- # [predefined taxonomy](/natural-language/docs/categories).
+ # [predefined
+ # taxonomy](https://cloud.google.com/natural-language/docs/categories).
# Corresponds to the JSON property `classifyText`
# @return [Boolean]
attr_accessor :classify_text
alias_method :classify_text?, :classify_text