generated/google/apis/language_v1beta2/classes.rb in google-api-client-0.15.0 vs generated/google/apis/language_v1beta2/classes.rb in google-api-client-0.16.0
- old
+ new
@@ -577,10 +577,12 @@
# All available features for sentiment, syntax, and semantic analysis.
# Setting each one to true will enable that specific analysis for the input.
class Features
include Google::Apis::Core::Hashable
- # Classify the full document into categories.
+ # 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).
# Corresponds to the JSON property `classifyText`
# @return [Boolean]
attr_accessor :classify_text
alias_method :classify_text?, :classify_text