generated/google/apis/language_v1beta2/service.rb in google-api-client-0.42.2 vs generated/google/apis/language_v1beta2/service.rb in google-api-client-0.43.0

- old
+ new

@@ -48,12 +48,12 @@ super('https://language.googleapis.com/', '') @batch_path = 'batch' end # Finds named entities (currently proper names and common nouns) in the text - # along with entity types, salience, mentions for each entity, and - # other properties. + # along with entity types, salience, mentions for each entity, and other + # properties. # @param [Google::Apis::LanguageV1beta2::AnalyzeEntitiesRequest] analyze_entities_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -79,11 +79,11 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Finds entities, similar to AnalyzeEntities in the text and analyzes - # sentiment associated with each entity and its mentions. + # Finds entities, similar to AnalyzeEntities in the text and analyzes sentiment + # associated with each entity and its mentions. # @param [Google::Apis::LanguageV1beta2::AnalyzeEntitySentimentRequest] analyze_entity_sentiment_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any