@@ -58,7 +58,7 @@ class AnalyzeEntitiesResponse
5858
5959 # The language of the text, which will be the same as the language specified in
6060 # the request or, if not specified, the automatically-detected language. See
61- # Document.language field for more details.
61+ # Document.language_code field for more details.
6262 # Corresponds to the JSON property `languageCode`
6363 # @return [String]
6464 attr_accessor :language_code
@@ -118,7 +118,7 @@ class AnalyzeSentimentResponse
118118
119119 # The language of the text, which will be the same as the language specified in
120120 # the request or, if not specified, the automatically-detected language. See
121- # Document.language field for more details.
121+ # Document.language_code field for more details.
122122 # Corresponds to the JSON property `languageCode`
123123 # @return [String]
124124 attr_accessor :language_code
@@ -238,15 +238,14 @@ class AnnotateTextResponse
238238 attr_accessor :document_sentiment
239239
240240 # Entities, along with their semantic information, in the input document.
241- # Populated if the user enables AnnotateTextRequest.Features.extract_entities or
242- # AnnotateTextRequest.Features.extract_entity_sentiment.
241+ # Populated if the user enables AnnotateTextRequest.Features.extract_entities .
243242 # Corresponds to the JSON property `entities`
244243 # @return [Array<Google::Apis::LanguageV2::Entity>]
245244 attr_accessor :entities
246245
247246 # The language of the text, which will be the same as the language specified in
248247 # the request or, if not specified, the automatically-detected language. See
249- # Document.language field for more details.
248+ # Document.language_code field for more details.
250249 # Corresponds to the JSON property `languageCode`
251250 # @return [String]
252251 attr_accessor :language_code
@@ -350,7 +349,7 @@ class ClassifyTextResponse
350349
351350 # The language of the text, which will be the same as the language specified in
352351 # the request or, if not specified, the automatically-detected language. See
353- # Document.language field for more details.
352+ # Document.language_code field for more details.
354353 # Corresponds to the JSON property `languageCode`
355354 # @return [String]
356355 attr_accessor :language_code
@@ -780,7 +779,7 @@ class ModerateTextResponse
780779
781780 # The language of the text, which will be the same as the language specified in
782781 # the request or, if not specified, the automatically-detected language. See
783- # Document.language field for more details.
782+ # Document.language_code field for more details.
784783 # Corresponds to the JSON property `languageCode`
785784 # @return [String]
786785 attr_accessor :language_code
0 commit comments