Uses of Class
com.google.cloud.translate.v3beta1.DetectLanguageResponse
-
Packages that use DetectLanguageResponse Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of DetectLanguageResponse in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return DetectLanguageResponse Modifier and Type Method Description DetectLanguageResponseDetectLanguageResponse.Builder. build()DetectLanguageResponseDetectLanguageResponse.Builder. buildPartial()DetectLanguageResponseTranslationServiceClient. detectLanguage(DetectLanguageRequest request)Detects the language of text within a request.DetectLanguageResponseTranslationServiceClient. detectLanguage(LocationName parent, String model, String mimeType)Detects the language of text within a request.DetectLanguageResponseTranslationServiceClient. detectLanguage(String parent, String model, String mimeType)Detects the language of text within a request.DetectLanguageResponseTranslationServiceGrpc.TranslationServiceBlockingStub. detectLanguage(DetectLanguageRequest request)Detects the language of text within a request.static DetectLanguageResponseDetectLanguageResponse. getDefaultInstance()DetectLanguageResponseDetectLanguageResponse.Builder. getDefaultInstanceForType()DetectLanguageResponseDetectLanguageResponse. getDefaultInstanceForType()static DetectLanguageResponseDetectLanguageResponse. parseDelimitedFrom(InputStream input)static DetectLanguageResponseDetectLanguageResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectLanguageResponseDetectLanguageResponse. parseFrom(byte[] data)static DetectLanguageResponseDetectLanguageResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectLanguageResponseDetectLanguageResponse. parseFrom(com.google.protobuf.ByteString data)static DetectLanguageResponseDetectLanguageResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectLanguageResponseDetectLanguageResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DetectLanguageResponseDetectLanguageResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectLanguageResponseDetectLanguageResponse. parseFrom(InputStream input)static DetectLanguageResponseDetectLanguageResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectLanguageResponseDetectLanguageResponse. parseFrom(ByteBuffer data)static DetectLanguageResponseDetectLanguageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type DetectLanguageResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DetectLanguageResponse>TranslationServiceGrpc.TranslationServiceFutureStub. detectLanguage(DetectLanguageRequest request)Detects the language of text within a request.com.google.api.gax.rpc.UnaryCallable<DetectLanguageRequest,DetectLanguageResponse>TranslationServiceClient. detectLanguageCallable()Detects the language of text within a request.com.google.api.gax.rpc.UnaryCallSettings.Builder<DetectLanguageRequest,DetectLanguageResponse>TranslationServiceSettings.Builder. detectLanguageSettings()Returns the builder for the settings used for calls to detectLanguage.com.google.api.gax.rpc.UnaryCallSettings<DetectLanguageRequest,DetectLanguageResponse>TranslationServiceSettings. detectLanguageSettings()Returns the object with the settings used for calls to detectLanguage.static io.grpc.MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse>TranslationServiceGrpc. getDetectLanguageMethod()com.google.protobuf.Parser<DetectLanguageResponse>DetectLanguageResponse. getParserForType()static com.google.protobuf.Parser<DetectLanguageResponse>DetectLanguageResponse. parser()Methods in com.google.cloud.translate.v3beta1 with parameters of type DetectLanguageResponse Modifier and Type Method Description DetectLanguageResponse.BuilderDetectLanguageResponse.Builder. mergeFrom(DetectLanguageResponse other)static DetectLanguageResponse.BuilderDetectLanguageResponse. newBuilder(DetectLanguageResponse prototype)Method parameters in com.google.cloud.translate.v3beta1 with type arguments of type DetectLanguageResponse Modifier and Type Method Description default voidTranslationServiceGrpc.AsyncService. detectLanguage(DetectLanguageRequest request, io.grpc.stub.StreamObserver<DetectLanguageResponse> responseObserver)Detects the language of text within a request.voidTranslationServiceGrpc.TranslationServiceStub. detectLanguage(DetectLanguageRequest request, io.grpc.stub.StreamObserver<DetectLanguageResponse> responseObserver)Detects the language of text within a request. -
Uses of DetectLanguageResponse in com.google.cloud.translate.v3beta1.stub
Methods in com.google.cloud.translate.v3beta1.stub that return types with arguments of type DetectLanguageResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DetectLanguageRequest,DetectLanguageResponse>GrpcTranslationServiceStub. detectLanguageCallable()com.google.api.gax.rpc.UnaryCallable<DetectLanguageRequest,DetectLanguageResponse>HttpJsonTranslationServiceStub. detectLanguageCallable()com.google.api.gax.rpc.UnaryCallable<DetectLanguageRequest,DetectLanguageResponse>TranslationServiceStub. detectLanguageCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DetectLanguageRequest,DetectLanguageResponse>TranslationServiceStubSettings.Builder. detectLanguageSettings()Returns the builder for the settings used for calls to detectLanguage.com.google.api.gax.rpc.UnaryCallSettings<DetectLanguageRequest,DetectLanguageResponse>TranslationServiceStubSettings. detectLanguageSettings()Returns the object with the settings used for calls to detectLanguage.
-