@@ -211,7 +211,7 @@ def analyze_sentiment(
211
211
212
212
If a dict is provided, it must be of the same form as the protobuf
213
213
message :class:`~google.cloud.language_v1beta2.types.Document`
214
- encoding_type (~google.cloud.language_v1beta2.types .EncodingType): The encoding type used by the API to calculate sentence offsets for the
214
+ encoding_type (~google.cloud.language_v1beta2.enums .EncodingType): The encoding type used by the API to calculate sentence offsets for the
215
215
sentence sentiment.
216
216
retry (Optional[google.api_core.retry.Retry]): A retry object used
217
217
to retry requests. If ``None`` is specified, requests will not
@@ -278,7 +278,7 @@ def analyze_entities(
278
278
279
279
If a dict is provided, it must be of the same form as the protobuf
280
280
message :class:`~google.cloud.language_v1beta2.types.Document`
281
- encoding_type (~google.cloud.language_v1beta2.types .EncodingType): The encoding type used by the API to calculate offsets.
281
+ encoding_type (~google.cloud.language_v1beta2.enums .EncodingType): The encoding type used by the API to calculate offsets.
282
282
retry (Optional[google.api_core.retry.Retry]): A retry object used
283
283
to retry requests. If ``None`` is specified, requests will not
284
284
be retried.
@@ -343,7 +343,7 @@ def analyze_entity_sentiment(
343
343
344
344
If a dict is provided, it must be of the same form as the protobuf
345
345
message :class:`~google.cloud.language_v1beta2.types.Document`
346
- encoding_type (~google.cloud.language_v1beta2.types .EncodingType): The encoding type used by the API to calculate offsets.
346
+ encoding_type (~google.cloud.language_v1beta2.enums .EncodingType): The encoding type used by the API to calculate offsets.
347
347
retry (Optional[google.api_core.retry.Retry]): A retry object used
348
348
to retry requests. If ``None`` is specified, requests will not
349
349
be retried.
@@ -409,7 +409,7 @@ def analyze_syntax(
409
409
410
410
If a dict is provided, it must be of the same form as the protobuf
411
411
message :class:`~google.cloud.language_v1beta2.types.Document`
412
- encoding_type (~google.cloud.language_v1beta2.types .EncodingType): The encoding type used by the API to calculate offsets.
412
+ encoding_type (~google.cloud.language_v1beta2.enums .EncodingType): The encoding type used by the API to calculate offsets.
413
413
retry (Optional[google.api_core.retry.Retry]): A retry object used
414
414
to retry requests. If ``None`` is specified, requests will not
415
415
be retried.
@@ -542,7 +542,7 @@ def annotate_text(
542
542
543
543
If a dict is provided, it must be of the same form as the protobuf
544
544
message :class:`~google.cloud.language_v1beta2.types.Features`
545
- encoding_type (~google.cloud.language_v1beta2.types .EncodingType): The encoding type used by the API to calculate offsets.
545
+ encoding_type (~google.cloud.language_v1beta2.enums .EncodingType): The encoding type used by the API to calculate offsets.
546
546
retry (Optional[google.api_core.retry.Retry]): A retry object used
547
547
to retry requests. If ``None`` is specified, requests will not
548
548
be retried.
0 commit comments