Uses of Class
com.google.cloud.language.v1.AnalyzeSyntaxRequest
-
Packages that use AnalyzeSyntaxRequest Package Description com.google.cloud.language.v1 A client to Cloud Natural Language APIcom.google.cloud.language.v1.stub -
-
Uses of AnalyzeSyntaxRequest in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return AnalyzeSyntaxRequest Modifier and Type Method Description AnalyzeSyntaxRequest
AnalyzeSyntaxRequest.Builder. build()
AnalyzeSyntaxRequest
AnalyzeSyntaxRequest.Builder. buildPartial()
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. getDefaultInstance()
AnalyzeSyntaxRequest
AnalyzeSyntaxRequest.Builder. getDefaultInstanceForType()
AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. getDefaultInstanceForType()
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseDelimitedFrom(InputStream input)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(byte[] data)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(InputStream input)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(ByteBuffer data)
static AnalyzeSyntaxRequest
AnalyzeSyntaxRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1 that return types with arguments of type AnalyzeSyntaxRequest Modifier and Type Method Description com.google.api.gax.rpc.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.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
LanguageServiceSettings. analyzeSyntaxSettings()
Returns the object with the settings used for calls to analyzeSyntax.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
LanguageServiceSettings.Builder. analyzeSyntaxSettings()
Returns the builder for the settings used for calls to analyzeSyntax.static io.grpc.MethodDescriptor<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
LanguageServiceGrpc. getAnalyzeSyntaxMethod()
com.google.protobuf.Parser<AnalyzeSyntaxRequest>
AnalyzeSyntaxRequest. getParserForType()
static com.google.protobuf.Parser<AnalyzeSyntaxRequest>
AnalyzeSyntaxRequest. parser()
Methods in com.google.cloud.language.v1 with parameters of type AnalyzeSyntaxRequest Modifier and Type Method Description 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.default void
LanguageServiceGrpc.AsyncService. analyzeSyntax(AnalyzeSyntaxRequest request, io.grpc.stub.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.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.void
LanguageServiceGrpc.LanguageServiceStub. analyzeSyntax(AnalyzeSyntaxRequest request, io.grpc.stub.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)
-
Uses of AnalyzeSyntaxRequest in com.google.cloud.language.v1.stub
Methods in com.google.cloud.language.v1.stub that return types with arguments of type AnalyzeSyntaxRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
GrpcLanguageServiceStub. analyzeSyntaxCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
HttpJsonLanguageServiceStub. analyzeSyntaxCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
LanguageServiceStub. analyzeSyntaxCallable()
com.google.api.gax.rpc.UnaryCallSettings<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
LanguageServiceStubSettings. analyzeSyntaxSettings()
Returns the object with the settings used for calls to analyzeSyntax.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
LanguageServiceStubSettings.Builder. analyzeSyntaxSettings()
Returns the builder for the settings used for calls to analyzeSyntax.
-