Uses of Class
com.google.cloud.translate.v3.DetectLanguageResponse
-
Packages that use DetectLanguageResponse Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of DetectLanguageResponse in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return DetectLanguageResponse Modifier and Type Method Description DetectLanguageResponse
DetectLanguageResponse.Builder. build()
DetectLanguageResponse
DetectLanguageResponse.Builder. buildPartial()
DetectLanguageResponse
TranslationServiceClient. detectLanguage(DetectLanguageRequest request)
Detects the language of text within a request.DetectLanguageResponse
TranslationServiceClient. detectLanguage(LocationName parent, String model, String mimeType, String content)
Detects the language of text within a request.DetectLanguageResponse
TranslationServiceClient. detectLanguage(String parent, String model, String mimeType, String content)
Detects the language of text within a request.DetectLanguageResponse
TranslationServiceGrpc.TranslationServiceBlockingStub. detectLanguage(DetectLanguageRequest request)
Detects the language of text within a request.static DetectLanguageResponse
DetectLanguageResponse. getDefaultInstance()
DetectLanguageResponse
DetectLanguageResponse.Builder. getDefaultInstanceForType()
DetectLanguageResponse
DetectLanguageResponse. getDefaultInstanceForType()
static DetectLanguageResponse
DetectLanguageResponse. parseDelimitedFrom(InputStream input)
static DetectLanguageResponse
DetectLanguageResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(byte[] data)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(com.google.protobuf.ByteString data)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(InputStream input)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(ByteBuffer data)
static DetectLanguageResponse
DetectLanguageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3 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.v3 with parameters of type DetectLanguageResponse Modifier and Type Method Description DetectLanguageResponse.Builder
DetectLanguageResponse.Builder. mergeFrom(DetectLanguageResponse other)
static DetectLanguageResponse.Builder
DetectLanguageResponse. newBuilder(DetectLanguageResponse prototype)
Method parameters in com.google.cloud.translate.v3 with type arguments of type DetectLanguageResponse Modifier and Type Method Description default void
TranslationServiceGrpc.AsyncService. detectLanguage(DetectLanguageRequest request, io.grpc.stub.StreamObserver<DetectLanguageResponse> responseObserver)
Detects the language of text within a request.void
TranslationServiceGrpc.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.v3.stub
Methods in com.google.cloud.translate.v3.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.
-