@ConfigurationProperties(value="spring.cloud.gcp.vision") public class CloudVisionProperties extends Object implements CredentialsSupplier
Constructor and Description |
---|
CloudVisionProperties() |
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Supplies credentials configuration.
|
int |
getExecutorThreadsCount() |
int |
getJsonOutputBatchSize() |
void |
setExecutorThreadsCount(int executorThreadsCount) |
void |
setJsonOutputBatchSize(int jsonOutputBatchSize) |
public Credentials getCredentials()
CredentialsSupplier
getCredentials
in interface CredentialsSupplier
public int getExecutorThreadsCount()
public void setExecutorThreadsCount(int executorThreadsCount)
public int getJsonOutputBatchSize()
public void setJsonOutputBatchSize(int jsonOutputBatchSize)
Copyright © 2021. All rights reserved.