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 AnalyzeSyntaxRequestAnalyzeSyntaxRequest.Builder. build()AnalyzeSyntaxRequestAnalyzeSyntaxRequest.Builder. buildPartial()static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. getDefaultInstance()AnalyzeSyntaxRequestAnalyzeSyntaxRequest.Builder. getDefaultInstanceForType()AnalyzeSyntaxRequestAnalyzeSyntaxRequest. getDefaultInstanceForType()static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseDelimitedFrom(InputStream input)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(byte[] data)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(com.google.protobuf.ByteString data)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(InputStream input)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. parseFrom(ByteBuffer data)static AnalyzeSyntaxRequestAnalyzeSyntaxRequest. 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 AnalyzeSyntaxResponseLanguageServiceClient. 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 voidLanguageServiceGrpc.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.AnalyzeSyntaxResponseLanguageServiceGrpc.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.voidLanguageServiceGrpc.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.BuilderAnalyzeSyntaxRequest.Builder. mergeFrom(AnalyzeSyntaxRequest other)static AnalyzeSyntaxRequest.BuilderAnalyzeSyntaxRequest. 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.
-