Uses of Class
com.google.cloud.translate.v3beta1.BatchDocumentOutputConfig
-
Packages that use BatchDocumentOutputConfig Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation API -
-
Uses of BatchDocumentOutputConfig in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return BatchDocumentOutputConfig Modifier and Type Method Description BatchDocumentOutputConfig
BatchDocumentOutputConfig.Builder. build()
BatchDocumentOutputConfig
BatchDocumentOutputConfig.Builder. buildPartial()
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. getDefaultInstance()
BatchDocumentOutputConfig
BatchDocumentOutputConfig.Builder. getDefaultInstanceForType()
BatchDocumentOutputConfig
BatchDocumentOutputConfig. getDefaultInstanceForType()
BatchDocumentOutputConfig
BatchTranslateDocumentRequest.Builder. getOutputConfig()
Required.BatchDocumentOutputConfig
BatchTranslateDocumentRequest. getOutputConfig()
Required.BatchDocumentOutputConfig
BatchTranslateDocumentRequestOrBuilder. getOutputConfig()
Required.static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseDelimitedFrom(InputStream input)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(byte[] data)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(com.google.protobuf.ByteString data)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(InputStream input)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(ByteBuffer data)
static BatchDocumentOutputConfig
BatchDocumentOutputConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type BatchDocumentOutputConfig Modifier and Type Method Description com.google.protobuf.Parser<BatchDocumentOutputConfig>
BatchDocumentOutputConfig. getParserForType()
static com.google.protobuf.Parser<BatchDocumentOutputConfig>
BatchDocumentOutputConfig. parser()
Methods in com.google.cloud.translate.v3beta1 with parameters of type BatchDocumentOutputConfig Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchTranslateDocumentResponse,BatchTranslateDocumentMetadata>
TranslationServiceClient. batchTranslateDocumentAsync(LocationName parent, String sourceLanguageCode, List<String> targetLanguageCodes, List<BatchDocumentInputConfig> inputConfigs, BatchDocumentOutputConfig outputConfig)
Translates a large volume of document in asynchronous batch mode.com.google.api.gax.longrunning.OperationFuture<BatchTranslateDocumentResponse,BatchTranslateDocumentMetadata>
TranslationServiceClient. batchTranslateDocumentAsync(String parent, String sourceLanguageCode, List<String> targetLanguageCodes, List<BatchDocumentInputConfig> inputConfigs, BatchDocumentOutputConfig outputConfig)
Translates a large volume of document in asynchronous batch mode.BatchDocumentOutputConfig.Builder
BatchDocumentOutputConfig.Builder. mergeFrom(BatchDocumentOutputConfig other)
BatchTranslateDocumentRequest.Builder
BatchTranslateDocumentRequest.Builder. mergeOutputConfig(BatchDocumentOutputConfig value)
Required.static BatchDocumentOutputConfig.Builder
BatchDocumentOutputConfig. newBuilder(BatchDocumentOutputConfig prototype)
BatchTranslateDocumentRequest.Builder
BatchTranslateDocumentRequest.Builder. setOutputConfig(BatchDocumentOutputConfig value)
Required.
-