Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
Sentence |
Sentence.Builder.build() |
Sentence |
Sentence.Builder.buildPartial() |
static Sentence |
Sentence.getDefaultInstance() |
Sentence |
Sentence.getDefaultInstanceForType() |
Sentence |
Sentence.Builder.getDefaultInstanceForType() |
Sentence |
AnnotateTextResponse.getSentences(int index)
Sentences in the input document.
|
Sentence |
AnnotateTextResponse.Builder.getSentences(int index)
Sentences in the input document.
|
Sentence |
AnalyzeSyntaxResponseOrBuilder.getSentences(int index)
Sentences in the input document.
|
Sentence |
AnnotateTextResponseOrBuilder.getSentences(int index)
Sentences in the input document.
|
Sentence |
AnalyzeSentimentResponseOrBuilder.getSentences(int index)
The sentiment for all the sentences in the document.
|
Sentence |
AnalyzeSyntaxResponse.getSentences(int index)
Sentences in the input document.
|
Sentence |
AnalyzeSyntaxResponse.Builder.getSentences(int index)
Sentences in the input document.
|
Sentence |
AnalyzeSentimentResponse.getSentences(int index)
The sentiment for all the sentences in the document.
|
Sentence |
AnalyzeSentimentResponse.Builder.getSentences(int index)
The sentiment for all the sentences in the document.
|
static Sentence |
Sentence.parseDelimitedFrom(InputStream input) |
static Sentence |
Sentence.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Sentence |
Sentence.parseFrom(byte[] data) |
static Sentence |
Sentence.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Sentence |
Sentence.parseFrom(ByteBuffer data) |
static Sentence |
Sentence.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Sentence |
Sentence.parseFrom(ByteString data) |
static Sentence |
Sentence.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Sentence |
Sentence.parseFrom(CodedInputStream input) |
static Sentence |
Sentence.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Sentence |
Sentence.parseFrom(InputStream input) |
static Sentence |
Sentence.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Sentence> |
Sentence.getParserForType() |
List<Sentence> |
AnnotateTextResponse.getSentencesList()
Sentences in the input document.
|
List<Sentence> |
AnnotateTextResponse.Builder.getSentencesList()
Sentences in the input document.
|
List<Sentence> |
AnalyzeSyntaxResponseOrBuilder.getSentencesList()
Sentences in the input document.
|
List<Sentence> |
AnnotateTextResponseOrBuilder.getSentencesList()
Sentences in the input document.
|
List<Sentence> |
AnalyzeSentimentResponseOrBuilder.getSentencesList()
The sentiment for all the sentences in the document.
|
List<Sentence> |
AnalyzeSyntaxResponse.getSentencesList()
Sentences in the input document.
|
List<Sentence> |
AnalyzeSyntaxResponse.Builder.getSentencesList()
Sentences in the input document.
|
List<Sentence> |
AnalyzeSentimentResponse.getSentencesList()
The sentiment for all the sentences in the document.
|
List<Sentence> |
AnalyzeSentimentResponse.Builder.getSentencesList()
The sentiment for all the sentences in the document.
|
static Parser<Sentence> |
Sentence.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addSentences(int index,
Sentence value)
Sentences in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.addSentences(int index,
Sentence value)
Sentences in the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addSentences(int index,
Sentence value)
The sentiment for all the sentences in the document.
|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addSentences(Sentence value)
Sentences in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.addSentences(Sentence value)
Sentences in the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addSentences(Sentence value)
The sentiment for all the sentences in the document.
|
Sentence.Builder |
Sentence.Builder.mergeFrom(Sentence other) |
static Sentence.Builder |
Sentence.newBuilder(Sentence prototype) |
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.setSentences(int index,
Sentence value)
Sentences in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.setSentences(int index,
Sentence value)
Sentences in the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setSentences(int index,
Sentence value)
The sentiment for all the sentences in the document.
|
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addAllSentences(Iterable<? extends Sentence> values)
Sentences in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.addAllSentences(Iterable<? extends Sentence> values)
Sentences in the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addAllSentences(Iterable<? extends Sentence> values)
The sentiment for all the sentences in the document.
|
Copyright © 2022 Google LLC. All rights reserved.