Uses of Class
com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse
-
Packages that use AnalyzeSyntaxResponse Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language APIcom.google.cloud.language.v1beta2.stub -
-
Uses of AnalyzeSyntaxResponse in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return AnalyzeSyntaxResponse 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.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
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
AnalyzeSyntaxResponse.Builder. build()
AnalyzeSyntaxResponse
AnalyzeSyntaxResponse.Builder. buildPartial()
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. getDefaultInstance()
AnalyzeSyntaxResponse
AnalyzeSyntaxResponse.Builder. getDefaultInstanceForType()
AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. getDefaultInstanceForType()
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseDelimitedFrom(InputStream input)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(byte[] data)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(InputStream input)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(ByteBuffer data)
static AnalyzeSyntaxResponse
AnalyzeSyntaxResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1beta2 that return types with arguments of type AnalyzeSyntaxResponse Modifier and Type Method 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.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<AnalyzeSyntaxResponse>
AnalyzeSyntaxResponse. getParserForType()
static com.google.protobuf.Parser<AnalyzeSyntaxResponse>
AnalyzeSyntaxResponse. parser()
Methods in com.google.cloud.language.v1beta2 with parameters of type AnalyzeSyntaxResponse Modifier and Type Method Description AnalyzeSyntaxResponse.Builder
AnalyzeSyntaxResponse.Builder. mergeFrom(AnalyzeSyntaxResponse other)
static AnalyzeSyntaxResponse.Builder
AnalyzeSyntaxResponse. newBuilder(AnalyzeSyntaxResponse prototype)
Method parameters in com.google.cloud.language.v1beta2 with type arguments of type AnalyzeSyntaxResponse Modifier and Type Method Description 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.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. -
Uses of AnalyzeSyntaxResponse in com.google.cloud.language.v1beta2.stub
Methods in com.google.cloud.language.v1beta2.stub that return types with arguments of type AnalyzeSyntaxResponse 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.
-