Interface AnalyzeSyntaxResponseOrBuilder (2.52.0)

publicinterface AnalyzeSyntaxResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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 = 3;

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 = 3;

Returns
Type Description
ByteString

The bytes for language.

getSentences(int index)

publicabstractSentencegetSentences(intindex)

Sentences in the input document.

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

Parameter
Name Description
index int
Returns
Type Description
Sentence

getSentencesCount()

publicabstractintgetSentencesCount()

Sentences in the input document.

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

Returns
Type Description
int

getSentencesList()

publicabstractList<Sentence>getSentencesList()

Sentences in the input document.

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

Returns
Type Description
List<Sentence>

getSentencesOrBuilder(int index)

publicabstractSentenceOrBuildergetSentencesOrBuilder(intindex)

Sentences in the input document.

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

Parameter
Name Description
index int
Returns
Type Description
SentenceOrBuilder

getSentencesOrBuilderList()

publicabstractList<?extendsSentenceOrBuilder>getSentencesOrBuilderList()

Sentences in the input document.

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.

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

Parameter
Name Description
index int
Returns
Type Description
Token

getTokensCount()

publicabstractintgetTokensCount()

Tokens, along with their syntactic information, in the input document.

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.

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

Returns
Type Description
List<Token>

getTokensOrBuilder(int index)

publicabstractTokenOrBuildergetTokensOrBuilder(intindex)

Tokens, along with their syntactic information, in the input document.

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

Parameter
Name Description
index int
Returns
Type Description
TokenOrBuilder

getTokensOrBuilderList()

publicabstractList<?extendsTokenOrBuilder>getTokensOrBuilderList()

Tokens, along with their syntactic information, in the input document.

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

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

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.