Interface AnnotateTextResponseOrBuilder (2.10.0)

publicinterface AnnotateTextResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategories(int index)

publicabstractClassificationCategorygetCategories(intindex)

Categories identified in the input document.

repeated .google.cloud.language.v1.ClassificationCategory categories = 6;

Parameter
Name Description
index int
Returns
Type Description

getCategoriesCount()

publicabstractintgetCategoriesCount()

Categories identified in the input document.

repeated .google.cloud.language.v1.ClassificationCategory categories = 6;

Returns
Type Description
int

getCategoriesList()

publicabstractList<ClassificationCategory>getCategoriesList()

Categories identified in the input document.

repeated .google.cloud.language.v1.ClassificationCategory categories = 6;

Returns
Type Description

getCategoriesOrBuilder(int index)

publicabstractClassificationCategoryOrBuildergetCategoriesOrBuilder(intindex)

Categories identified in the input document.

repeated .google.cloud.language.v1.ClassificationCategory categories = 6;

Parameter
Name Description
index int
Returns
Type Description

getCategoriesOrBuilderList()

publicabstractList<?extendsClassificationCategoryOrBuilder>getCategoriesOrBuilderList()

Categories identified in the input document.

repeated .google.cloud.language.v1.ClassificationCategory categories = 6;

Returns
Type Description
List<? extends com.google.cloud.language.v1.ClassificationCategoryOrBuilder>

getDocumentSentiment()

publicabstractSentimentgetDocumentSentiment()

The overall sentiment for the document. Populated if the user enables AnnotateTextRequest.Features.extract_document_sentiment.

.google.cloud.language.v1.Sentiment document_sentiment = 4;

Returns
Type Description
Sentiment

The documentSentiment.

getDocumentSentimentOrBuilder()

publicabstractSentimentOrBuildergetDocumentSentimentOrBuilder()

The overall sentiment for the document. Populated if the user enables AnnotateTextRequest.Features.extract_document_sentiment.

.google.cloud.language.v1.Sentiment document_sentiment = 4;

Returns
Type Description

getEntities(int index)

publicabstractEntitygetEntities(intindex)

Entities, along with their semantic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_entities.

repeated .google.cloud.language.v1.Entity entities = 3;

Parameter
Name Description
index int
Returns
Type Description

getEntitiesCount()

publicabstractintgetEntitiesCount()

Entities, along with their semantic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_entities.

repeated .google.cloud.language.v1.Entity entities = 3;

Returns
Type Description
int

getEntitiesList()

publicabstractList<Entity>getEntitiesList()

Entities, along with their semantic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_entities.

repeated .google.cloud.language.v1.Entity entities = 3;

Returns
Type Description

getEntitiesOrBuilder(int index)

publicabstractEntityOrBuildergetEntitiesOrBuilder(intindex)

Entities, along with their semantic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_entities.

repeated .google.cloud.language.v1.Entity entities = 3;

Parameter
Name Description
index int
Returns
Type Description

getEntitiesOrBuilderList()

publicabstractList<?extendsEntityOrBuilder>getEntitiesOrBuilderList()

Entities, along with their semantic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_entities.

repeated .google.cloud.language.v1.Entity entities = 3;

Returns
Type Description
List<? extends com.google.cloud.language.v1.EntityOrBuilder>

getLanguage()

publicabstractStringgetLanguage()

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.

string language = 5;

Returns
Type Description
String

The language.

getLanguageBytes()

publicabstractByteStringgetLanguageBytes()

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.

string language = 5;

Returns
Type Description
ByteString

The bytes for language.

getSentences(int index)

publicabstractSentencegetSentences(intindex)

Sentences in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Sentence sentences = 1;

Parameter
Name Description
index int
Returns
Type Description

getSentencesCount()

publicabstractintgetSentencesCount()

Sentences in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Sentence sentences = 1;

Returns
Type Description
int

getSentencesList()

publicabstractList<Sentence>getSentencesList()

Sentences in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Sentence sentences = 1;

Returns
Type Description

getSentencesOrBuilder(int index)

publicabstractSentenceOrBuildergetSentencesOrBuilder(intindex)

Sentences in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Sentence sentences = 1;

Parameter
Name Description
index int
Returns
Type Description

getSentencesOrBuilderList()

publicabstractList<?extendsSentenceOrBuilder>getSentencesOrBuilderList()

Sentences in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Sentence sentences = 1;

Returns
Type Description
List<? extends com.google.cloud.language.v1.SentenceOrBuilder>

getTokens(int index)

publicabstractTokengetTokens(intindex)

Tokens, along with their syntactic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Token tokens = 2;

Parameter
Name Description
index int
Returns
Type Description

getTokensCount()

publicabstractintgetTokensCount()

Tokens, along with their syntactic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Token tokens = 2;

Returns
Type Description
int

getTokensList()

publicabstractList<Token>getTokensList()

Tokens, along with their syntactic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Token tokens = 2;

Returns
Type Description

getTokensOrBuilder(int index)

publicabstractTokenOrBuildergetTokensOrBuilder(intindex)

Tokens, along with their syntactic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Token tokens = 2;

Parameter
Name Description
index int
Returns
Type Description

getTokensOrBuilderList()

publicabstractList<?extendsTokenOrBuilder>getTokensOrBuilderList()

Tokens, along with their syntactic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

repeated .google.cloud.language.v1.Token tokens = 2;

Returns
Type Description
List<? extends com.google.cloud.language.v1.TokenOrBuilder>

hasDocumentSentiment()

publicabstractbooleanhasDocumentSentiment()

The overall sentiment for the document. Populated if the user enables AnnotateTextRequest.Features.extract_document_sentiment.

.google.cloud.language.v1.Sentiment document_sentiment = 4;

Returns
Type Description
boolean

Whether the documentSentiment field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.