Package | Description |
---|---|
com.google.cloud.language.v1 |
A client to Cloud Natural Language API
|
com.google.cloud.language.v1.stub |
Modifier and Type | Method and Description |
---|---|
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<AnalyzeSyntaxRequest> |
AnalyzeSyntaxRequest.getParserForType() |
static Parser<AnalyzeSyntaxRequest> |
AnalyzeSyntaxRequest.parser() |
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.
|
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.
|
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.
|
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.
|
AnalyzeSyntaxRequest.Builder |
AnalyzeSyntaxRequest.Builder.mergeFrom(AnalyzeSyntaxRequest other) |
static AnalyzeSyntaxRequest.Builder |
AnalyzeSyntaxRequest.newBuilder(AnalyzeSyntaxRequest prototype) |
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.