Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
com.google.cloud.language.v1beta2.stub |
Modifier and Type | Method and Description |
---|---|
AnalyzeSyntaxResponse |
LanguageServiceGrpc.LanguageServiceBlockingStub.analyzeSyntax(AnalyzeSyntaxRequest request)
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
|
AnalyzeSyntaxResponse |
LanguageServiceClient.analyzeSyntax(AnalyzeSyntaxRequest request)
Analyzes the syntax of the text and provides sentence boundaries and tokenization along with
part of speech tags, dependency trees, and other properties.
|
AnalyzeSyntaxResponse |
LanguageServiceClient.analyzeSyntax(Document document)
Analyzes the syntax of the text and provides sentence boundaries and tokenization along with
part of speech tags, dependency trees, and other properties.
|
AnalyzeSyntaxResponse |
LanguageServiceClient.analyzeSyntax(Document document,
EncodingType encodingType)
Analyzes the syntax of the text and provides sentence boundaries and tokenization along with
part of speech tags, dependency trees, and other properties.
|
AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.Builder.build() |
AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.Builder.buildPartial() |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.getDefaultInstance() |
AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.getDefaultInstanceForType() |
AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.Builder.getDefaultInstanceForType() |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseDelimitedFrom(InputStream input) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(byte[] data) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(ByteBuffer data) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(ByteString data) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(CodedInputStream input) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(InputStream input) |
static AnalyzeSyntaxResponse |
AnalyzeSyntaxResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AnalyzeSyntaxResponse> |
LanguageServiceGrpc.LanguageServiceFutureStub.analyzeSyntax(AnalyzeSyntaxRequest request)
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
|
UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
LanguageServiceClient.analyzeSyntaxCallable()
Analyzes the syntax of the text and provides sentence boundaries and tokenization along with
part of speech tags, dependency trees, and other properties.
|
UnaryCallSettings<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
LanguageServiceSettings.analyzeSyntaxSettings()
Returns the object with the settings used for calls to analyzeSyntax.
|
UnaryCallSettings.Builder<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
LanguageServiceSettings.Builder.analyzeSyntaxSettings()
Returns the builder for the settings used for calls to analyzeSyntax.
|
static MethodDescriptor<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
LanguageServiceGrpc.getAnalyzeSyntaxMethod() |
Parser<AnalyzeSyntaxResponse> |
AnalyzeSyntaxResponse.getParserForType() |
static Parser<AnalyzeSyntaxResponse> |
AnalyzeSyntaxResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.mergeFrom(AnalyzeSyntaxResponse other) |
static AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.newBuilder(AnalyzeSyntaxResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageServiceGrpc.LanguageServiceImplBase.analyzeSyntax(AnalyzeSyntaxRequest request,
StreamObserver<AnalyzeSyntaxResponse> responseObserver)
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
|
void |
LanguageServiceGrpc.LanguageServiceStub.analyzeSyntax(AnalyzeSyntaxRequest request,
StreamObserver<AnalyzeSyntaxResponse> responseObserver)
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
LanguageServiceStub.analyzeSyntaxCallable() |
UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
GrpcLanguageServiceStub.analyzeSyntaxCallable() |
UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
HttpJsonLanguageServiceStub.analyzeSyntaxCallable() |
UnaryCallSettings<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
LanguageServiceStubSettings.analyzeSyntaxSettings()
Returns the object with the settings used for calls to analyzeSyntax.
|
UnaryCallSettings.Builder<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
LanguageServiceStubSettings.Builder.analyzeSyntaxSettings()
Returns the builder for the settings used for calls to analyzeSyntax.
|
Copyright © 2022 Google LLC. All rights reserved.