Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1668)

Unified Diff: generated/googleapis_beta/lib/language/v1beta1.dart

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis_beta/lib/dns/v2beta1.dart ('k') | generated/googleapis_beta/lib/logging/v2beta1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis_beta/lib/language/v1beta1.dart
diff --git a/generated/googleapis_beta/lib/language/v1beta1.dart b/generated/googleapis_beta/lib/language/v1beta1.dart
index 038dedfd92868ea1c15c42dcbff869c57f42c078..d63adbf40ab055c58580bcbf83132d88770f1ce6 100644
--- a/generated/googleapis_beta/lib/language/v1beta1.dart
+++ b/generated/googleapis_beta/lib/language/v1beta1.dart
@@ -119,10 +119,8 @@ class DocumentsResourceApi {
}
/**
- * Advanced API that analyzes the document and provides a full set of text
- * annotations, including semantic, syntactic, and sentiment information. This
- * API is intended for users who are familiar with machine learning and need
- * in-depth text features to build upon.
+ * A convenience method that provides all the features that analyzeSentiment,
+ * analyzeEntities, and analyzeSyntax provide in one call.
*
* [request] - The metadata request object.
*
@@ -219,6 +217,7 @@ class AnalyzeEntitiesResponse {
/**
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
+ * See Document.language field for more details.
*/
core.String language;
@@ -304,8 +303,8 @@ class AnalyzeSentimentResponse {
}
/**
- * The request message for the advanced text annotation API, which performs all
- * the above plus syntactic analysis.
+ * The request message for the text annotation API, which can perform multiple
+ * analysis types (sentiment, entities, and syntax) in one call.
*/
class AnnotateTextRequest {
/** Input document. */
@@ -378,6 +377,7 @@ class AnnotateTextResponse {
/**
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
+ * See Document.language field for more details.
*/
core.String language;
/**
@@ -842,8 +842,9 @@ class Sentiment {
*/
core.double magnitude;
/**
- * Polarity of the sentiment in the [-1.0, 1.0] range. Larger numbers
- * represent more positive sentiments.
+ * DEPRECATED FIELD - This field is being deprecated in
+ * favor of score. Please refer to our documentation at
+ * https://cloud.google.com/natural-language/docs for more information.
*/
core.double polarity;
« no previous file with comments | « generated/googleapis_beta/lib/dns/v2beta1.dart ('k') | generated/googleapis_beta/lib/logging/v2beta1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698