You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-language/src/v1/doc/google/cloud/language/v1/doc_language_service.js
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
* @memberof google.cloud.language.v1
50
50
* @see [google.cloud.language.v1.Document definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
51
51
*/
52
-
varDocument={
52
+
constDocument={
53
53
// This is for documentation. Actual contents will be loaded by gRPC.
54
54
55
55
/**
@@ -96,7 +96,7 @@ var Document = {
96
96
* @memberof google.cloud.language.v1
97
97
* @see [google.cloud.language.v1.Sentence definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
98
98
*/
99
-
varSentence={
99
+
constSentence={
100
100
// This is for documentation. Actual contents will be loaded by gRPC.
101
101
};
102
102
@@ -145,7 +145,7 @@ var Sentence = {
145
145
* @memberof google.cloud.language.v1
146
146
* @see [google.cloud.language.v1.Entity definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
147
147
*/
148
-
varEntity={
148
+
constEntity={
149
149
// This is for documentation. Actual contents will be loaded by gRPC.
150
150
151
151
/**
@@ -223,7 +223,7 @@ var Entity = {
223
223
* @memberof google.cloud.language.v1
224
224
* @see [google.cloud.language.v1.Token definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
225
225
*/
226
-
varToken={
226
+
constToken={
227
227
// This is for documentation. Actual contents will be loaded by gRPC.
228
228
};
229
229
@@ -244,7 +244,7 @@ var Token = {
244
244
* @memberof google.cloud.language.v1
245
245
* @see [google.cloud.language.v1.Sentiment definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
246
246
*/
247
-
varSentiment={
247
+
constSentiment={
248
248
// This is for documentation. Actual contents will be loaded by gRPC.
249
249
};
250
250
@@ -317,7 +317,7 @@ var Sentiment = {
317
317
* @memberof google.cloud.language.v1
318
318
* @see [google.cloud.language.v1.PartOfSpeech definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
319
319
*/
320
-
varPartOfSpeech={
320
+
constPartOfSpeech={
321
321
// This is for documentation. Actual contents will be loaded by gRPC.
322
322
323
323
/**
@@ -867,7 +867,7 @@ var PartOfSpeech = {
867
867
* @memberof google.cloud.language.v1
868
868
* @see [google.cloud.language.v1.DependencyEdge definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
869
869
*/
870
-
varDependencyEdge={
870
+
constDependencyEdge={
871
871
// This is for documentation. Actual contents will be loaded by gRPC.
872
872
873
873
/**
@@ -1321,7 +1321,7 @@ var DependencyEdge = {
1321
1321
* @memberof google.cloud.language.v1
1322
1322
* @see [google.cloud.language.v1.EntityMention definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1323
1323
*/
1324
-
varEntityMention={
1324
+
constEntityMention={
1325
1325
// This is for documentation. Actual contents will be loaded by gRPC.
1326
1326
1327
1327
/**
@@ -1363,7 +1363,7 @@ var EntityMention = {
1363
1363
* @memberof google.cloud.language.v1
1364
1364
* @see [google.cloud.language.v1.TextSpan definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1365
1365
*/
1366
-
varTextSpan={
1366
+
constTextSpan={
1367
1367
// This is for documentation. Actual contents will be loaded by gRPC.
1368
1368
};
1369
1369
@@ -1381,7 +1381,7 @@ var TextSpan = {
1381
1381
* @memberof google.cloud.language.v1
1382
1382
* @see [google.cloud.language.v1.ClassificationCategory definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1383
1383
*/
1384
-
varClassificationCategory={
1384
+
constClassificationCategory={
1385
1385
// This is for documentation. Actual contents will be loaded by gRPC.
1386
1386
};
1387
1387
@@ -1402,7 +1402,7 @@ var ClassificationCategory = {
1402
1402
* @memberof google.cloud.language.v1
1403
1403
* @see [google.cloud.language.v1.AnalyzeSentimentRequest definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1404
1404
*/
1405
-
varAnalyzeSentimentRequest={
1405
+
constAnalyzeSentimentRequest={
1406
1406
// This is for documentation. Actual contents will be loaded by gRPC.
1407
1407
};
1408
1408
@@ -1428,7 +1428,7 @@ var AnalyzeSentimentRequest = {
1428
1428
* @memberof google.cloud.language.v1
1429
1429
* @see [google.cloud.language.v1.AnalyzeSentimentResponse definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1430
1430
*/
1431
-
varAnalyzeSentimentResponse={
1431
+
constAnalyzeSentimentResponse={
1432
1432
// This is for documentation. Actual contents will be loaded by gRPC.
1433
1433
};
1434
1434
@@ -1449,7 +1449,7 @@ var AnalyzeSentimentResponse = {
1449
1449
* @memberof google.cloud.language.v1
1450
1450
* @see [google.cloud.language.v1.AnalyzeEntitySentimentRequest definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1451
1451
*/
1452
-
varAnalyzeEntitySentimentRequest={
1452
+
constAnalyzeEntitySentimentRequest={
1453
1453
// This is for documentation. Actual contents will be loaded by gRPC.
1454
1454
};
1455
1455
@@ -1470,7 +1470,7 @@ var AnalyzeEntitySentimentRequest = {
1470
1470
* @memberof google.cloud.language.v1
1471
1471
* @see [google.cloud.language.v1.AnalyzeEntitySentimentResponse definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1472
1472
*/
1473
-
varAnalyzeEntitySentimentResponse={
1473
+
constAnalyzeEntitySentimentResponse={
1474
1474
// This is for documentation. Actual contents will be loaded by gRPC.
1475
1475
};
1476
1476
@@ -1491,7 +1491,7 @@ var AnalyzeEntitySentimentResponse = {
1491
1491
* @memberof google.cloud.language.v1
1492
1492
* @see [google.cloud.language.v1.AnalyzeEntitiesRequest definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1493
1493
*/
1494
-
varAnalyzeEntitiesRequest={
1494
+
constAnalyzeEntitiesRequest={
1495
1495
// This is for documentation. Actual contents will be loaded by gRPC.
1496
1496
};
1497
1497
@@ -1512,7 +1512,7 @@ var AnalyzeEntitiesRequest = {
1512
1512
* @memberof google.cloud.language.v1
1513
1513
* @see [google.cloud.language.v1.AnalyzeEntitiesResponse definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1514
1514
*/
1515
-
varAnalyzeEntitiesResponse={
1515
+
constAnalyzeEntitiesResponse={
1516
1516
// This is for documentation. Actual contents will be loaded by gRPC.
1517
1517
};
1518
1518
@@ -1533,7 +1533,7 @@ var AnalyzeEntitiesResponse = {
1533
1533
* @memberof google.cloud.language.v1
1534
1534
* @see [google.cloud.language.v1.AnalyzeSyntaxRequest definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1535
1535
*/
1536
-
varAnalyzeSyntaxRequest={
1536
+
constAnalyzeSyntaxRequest={
1537
1537
// This is for documentation. Actual contents will be loaded by gRPC.
1538
1538
};
1539
1539
@@ -1559,7 +1559,7 @@ var AnalyzeSyntaxRequest = {
1559
1559
* @memberof google.cloud.language.v1
1560
1560
* @see [google.cloud.language.v1.AnalyzeSyntaxResponse definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1561
1561
*/
1562
-
varAnalyzeSyntaxResponse={
1562
+
constAnalyzeSyntaxResponse={
1563
1563
// This is for documentation. Actual contents will be loaded by gRPC.
1564
1564
};
1565
1565
@@ -1575,7 +1575,7 @@ var AnalyzeSyntaxResponse = {
1575
1575
* @memberof google.cloud.language.v1
1576
1576
* @see [google.cloud.language.v1.ClassifyTextRequest definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1577
1577
*/
1578
-
varClassifyTextRequest={
1578
+
constClassifyTextRequest={
1579
1579
// This is for documentation. Actual contents will be loaded by gRPC.
1580
1580
};
1581
1581
@@ -1591,7 +1591,7 @@ var ClassifyTextRequest = {
1591
1591
* @memberof google.cloud.language.v1
1592
1592
* @see [google.cloud.language.v1.ClassifyTextResponse definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1593
1593
*/
1594
-
varClassifyTextResponse={
1594
+
constClassifyTextResponse={
1595
1595
// This is for documentation. Actual contents will be loaded by gRPC.
1596
1596
};
1597
1597
@@ -1618,7 +1618,7 @@ var ClassifyTextResponse = {
1618
1618
* @memberof google.cloud.language.v1
1619
1619
* @see [google.cloud.language.v1.AnnotateTextRequest definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1620
1620
*/
1621
-
varAnnotateTextRequest={
1621
+
constAnnotateTextRequest={
1622
1622
// This is for documentation. Actual contents will be loaded by gRPC.
1623
1623
1624
1624
/**
@@ -1692,7 +1692,7 @@ var AnnotateTextRequest = {
1692
1692
* @memberof google.cloud.language.v1
1693
1693
* @see [google.cloud.language.v1.AnnotateTextResponse definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/language/v1/language_service.proto}
1694
1694
*/
1695
-
varAnnotateTextResponse={
1695
+
constAnnotateTextResponse={
1696
1696
// This is for documentation. Actual contents will be loaded by gRPC.
1697
1697
};
1698
1698
@@ -1706,7 +1706,7 @@ var AnnotateTextResponse = {
1706
1706
* @enum {number}
1707
1707
* @memberof google.cloud.language.v1
1708
1708
*/
1709
-
varEncodingType={
1709
+
constEncodingType={
1710
1710
1711
1711
/**
1712
1712
* If `EncodingType` is not specified, encoding-dependent information (such as
0 commit comments