class Google::Apis::PredictionV1_6::Analyze::DataDescription::Feature::Text

Description of multiple-word text values of this feature.

Attributes

count[RW]

Number of multiple-word text values for this feature. Corresponds to the JSON property `count` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/prediction_v1_6/classes.rb, line 223
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/prediction_v1_6/classes.rb, line 228
def update!(**args)
  @count = args[:count] if args.key?(:count)
end