Class SpeechSettings (4.36.0)

public class SpeechSettings extends ClientSettings<SpeechSettings>

Settings class to configure an instance of SpeechClient.

The default instance has everything set to sensible defaults:

  • The default service address (speech.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getRecognizer to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 SpeechSettings.Builder speechSettingsBuilder = SpeechSettings.newBuilder();
 speechSettingsBuilder
     .getRecognizerSettings()
     .setRetrySettings(
         speechSettingsBuilder
             .getRecognizerSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 SpeechSettings speechSettings = speechSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > SpeechSettings

Static Methods

create(SpeechStubSettings stub)

public static final SpeechSettings create(SpeechStubSettings stub)
Parameter
NameDescription
stubSpeechStubSettings
Returns
TypeDescription
SpeechSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static SpeechSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
SpeechSettings.Builder

newBuilder(ClientContext clientContext)

public static SpeechSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
SpeechSettings.Builder

newHttpJsonBuilder()

public static SpeechSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
SpeechSettings.Builder

Constructors

SpeechSettings(SpeechSettings.Builder settingsBuilder)

protected SpeechSettings(SpeechSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderSpeechSettings.Builder

Methods

batchRecognizeOperationSettings()

public OperationCallSettings<BatchRecognizeRequest,BatchRecognizeResponse,OperationMetadata> batchRecognizeOperationSettings()

Returns the object with the settings used for calls to batchRecognize.

Returns
TypeDescription
OperationCallSettings<BatchRecognizeRequest,BatchRecognizeResponse,OperationMetadata>

batchRecognizeSettings()

public UnaryCallSettings<BatchRecognizeRequest,Operation> batchRecognizeSettings()

Returns the object with the settings used for calls to batchRecognize.

Returns
TypeDescription
UnaryCallSettings<BatchRecognizeRequest,Operation>

createCustomClassOperationSettings()

public OperationCallSettings<CreateCustomClassRequest,CustomClass,OperationMetadata> createCustomClassOperationSettings()

Returns the object with the settings used for calls to createCustomClass.

Returns
TypeDescription
OperationCallSettings<CreateCustomClassRequest,CustomClass,OperationMetadata>

createCustomClassSettings()

public UnaryCallSettings<CreateCustomClassRequest,Operation> createCustomClassSettings()

Returns the object with the settings used for calls to createCustomClass.

Returns
TypeDescription
UnaryCallSettings<CreateCustomClassRequest,Operation>

createPhraseSetOperationSettings()

public OperationCallSettings<CreatePhraseSetRequest,PhraseSet,OperationMetadata> createPhraseSetOperationSettings()

Returns the object with the settings used for calls to createPhraseSet.

Returns
TypeDescription
OperationCallSettings<CreatePhraseSetRequest,PhraseSet,OperationMetadata>

createPhraseSetSettings()

public UnaryCallSettings<CreatePhraseSetRequest,Operation> createPhraseSetSettings()

Returns the object with the settings used for calls to createPhraseSet.

Returns
TypeDescription
UnaryCallSettings<CreatePhraseSetRequest,Operation>

createRecognizerOperationSettings()

public OperationCallSettings<CreateRecognizerRequest,Recognizer,OperationMetadata> createRecognizerOperationSettings()

Returns the object with the settings used for calls to createRecognizer.

Returns
TypeDescription
OperationCallSettings<CreateRecognizerRequest,Recognizer,OperationMetadata>

createRecognizerSettings()

public UnaryCallSettings<CreateRecognizerRequest,Operation> createRecognizerSettings()

Returns the object with the settings used for calls to createRecognizer.

Returns
TypeDescription
UnaryCallSettings<CreateRecognizerRequest,Operation>

deleteCustomClassOperationSettings()

public OperationCallSettings<DeleteCustomClassRequest,CustomClass,OperationMetadata> deleteCustomClassOperationSettings()

Returns the object with the settings used for calls to deleteCustomClass.

Returns
TypeDescription
OperationCallSettings<DeleteCustomClassRequest,CustomClass,OperationMetadata>

deleteCustomClassSettings()

public UnaryCallSettings<DeleteCustomClassRequest,Operation> deleteCustomClassSettings()

Returns the object with the settings used for calls to deleteCustomClass.

Returns
TypeDescription
UnaryCallSettings<DeleteCustomClassRequest,Operation>

deletePhraseSetOperationSettings()

public OperationCallSettings<DeletePhraseSetRequest,PhraseSet,OperationMetadata> deletePhraseSetOperationSettings()

Returns the object with the settings used for calls to deletePhraseSet.

Returns
TypeDescription
OperationCallSettings<DeletePhraseSetRequest,PhraseSet,OperationMetadata>

deletePhraseSetSettings()

public UnaryCallSettings<DeletePhraseSetRequest,Operation> deletePhraseSetSettings()

Returns the object with the settings used for calls to deletePhraseSet.

Returns
TypeDescription
UnaryCallSettings<DeletePhraseSetRequest,Operation>

deleteRecognizerOperationSettings()

public OperationCallSettings<DeleteRecognizerRequest,Recognizer,OperationMetadata> deleteRecognizerOperationSettings()

Returns the object with the settings used for calls to deleteRecognizer.

Returns
TypeDescription
OperationCallSettings<DeleteRecognizerRequest,Recognizer,OperationMetadata>

deleteRecognizerSettings()

public UnaryCallSettings<DeleteRecognizerRequest,Operation> deleteRecognizerSettings()

Returns the object with the settings used for calls to deleteRecognizer.

Returns
TypeDescription
UnaryCallSettings<DeleteRecognizerRequest,Operation>

getConfigSettings()

public UnaryCallSettings<GetConfigRequest,Config> getConfigSettings()

Returns the object with the settings used for calls to getConfig.

Returns
TypeDescription
UnaryCallSettings<GetConfigRequest,Config>

getCustomClassSettings()

public UnaryCallSettings<GetCustomClassRequest,CustomClass> getCustomClassSettings()

Returns the object with the settings used for calls to getCustomClass.

Returns
TypeDescription
UnaryCallSettings<GetCustomClassRequest,CustomClass>

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

Returns the object with the settings used for calls to getLocation.

Returns
TypeDescription
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getPhraseSetSettings()

public UnaryCallSettings<GetPhraseSetRequest,PhraseSet> getPhraseSetSettings()

Returns the object with the settings used for calls to getPhraseSet.

Returns
TypeDescription
UnaryCallSettings<GetPhraseSetRequest,PhraseSet>

getRecognizerSettings()

public UnaryCallSettings<GetRecognizerRequest,Recognizer> getRecognizerSettings()

Returns the object with the settings used for calls to getRecognizer.

Returns
TypeDescription
UnaryCallSettings<GetRecognizerRequest,Recognizer>

listCustomClassesSettings()

public PagedCallSettings<ListCustomClassesRequest,ListCustomClassesResponse,SpeechClient.ListCustomClassesPagedResponse> listCustomClassesSettings()

Returns the object with the settings used for calls to listCustomClasses.

Returns
TypeDescription
PagedCallSettings<ListCustomClassesRequest,ListCustomClassesResponse,ListCustomClassesPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,SpeechClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the object with the settings used for calls to listLocations.

Returns
TypeDescription
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listPhraseSetsSettings()

public PagedCallSettings<ListPhraseSetsRequest,ListPhraseSetsResponse,SpeechClient.ListPhraseSetsPagedResponse> listPhraseSetsSettings()

Returns the object with the settings used for calls to listPhraseSets.

Returns
TypeDescription
PagedCallSettings<ListPhraseSetsRequest,ListPhraseSetsResponse,ListPhraseSetsPagedResponse>

listRecognizersSettings()

public PagedCallSettings<ListRecognizersRequest,ListRecognizersResponse,SpeechClient.ListRecognizersPagedResponse> listRecognizersSettings()

Returns the object with the settings used for calls to listRecognizers.

Returns
TypeDescription
PagedCallSettings<ListRecognizersRequest,ListRecognizersResponse,ListRecognizersPagedResponse>

recognizeSettings()

public UnaryCallSettings<RecognizeRequest,RecognizeResponse> recognizeSettings()

Returns the object with the settings used for calls to recognize.

Returns
TypeDescription
UnaryCallSettings<RecognizeRequest,RecognizeResponse>

streamingRecognizeSettings()

public StreamingCallSettings<StreamingRecognizeRequest,StreamingRecognizeResponse> streamingRecognizeSettings()

Returns the object with the settings used for calls to streamingRecognize.

Returns
TypeDescription
StreamingCallSettings<StreamingRecognizeRequest,StreamingRecognizeResponse>

toBuilder()

public SpeechSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
SpeechSettings.Builder
Overrides

undeleteCustomClassOperationSettings()

public OperationCallSettings<UndeleteCustomClassRequest,CustomClass,OperationMetadata> undeleteCustomClassOperationSettings()

Returns the object with the settings used for calls to undeleteCustomClass.

Returns
TypeDescription
OperationCallSettings<UndeleteCustomClassRequest,CustomClass,OperationMetadata>

undeleteCustomClassSettings()

public UnaryCallSettings<UndeleteCustomClassRequest,Operation> undeleteCustomClassSettings()

Returns the object with the settings used for calls to undeleteCustomClass.

Returns
TypeDescription
UnaryCallSettings<UndeleteCustomClassRequest,Operation>

undeletePhraseSetOperationSettings()

public OperationCallSettings<UndeletePhraseSetRequest,PhraseSet,OperationMetadata> undeletePhraseSetOperationSettings()

Returns the object with the settings used for calls to undeletePhraseSet.

Returns
TypeDescription
OperationCallSettings<UndeletePhraseSetRequest,PhraseSet,OperationMetadata>

undeletePhraseSetSettings()

public UnaryCallSettings<UndeletePhraseSetRequest,Operation> undeletePhraseSetSettings()

Returns the object with the settings used for calls to undeletePhraseSet.

Returns
TypeDescription
UnaryCallSettings<UndeletePhraseSetRequest,Operation>

undeleteRecognizerOperationSettings()

public OperationCallSettings<UndeleteRecognizerRequest,Recognizer,OperationMetadata> undeleteRecognizerOperationSettings()

Returns the object with the settings used for calls to undeleteRecognizer.

Returns
TypeDescription
OperationCallSettings<UndeleteRecognizerRequest,Recognizer,OperationMetadata>

undeleteRecognizerSettings()

public UnaryCallSettings<UndeleteRecognizerRequest,Operation> undeleteRecognizerSettings()

Returns the object with the settings used for calls to undeleteRecognizer.

Returns
TypeDescription
UnaryCallSettings<UndeleteRecognizerRequest,Operation>

updateConfigSettings()

public UnaryCallSettings<UpdateConfigRequest,Config> updateConfigSettings()

Returns the object with the settings used for calls to updateConfig.

Returns
TypeDescription
UnaryCallSettings<UpdateConfigRequest,Config>

updateCustomClassOperationSettings()

public OperationCallSettings<UpdateCustomClassRequest,CustomClass,OperationMetadata> updateCustomClassOperationSettings()

Returns the object with the settings used for calls to updateCustomClass.

Returns
TypeDescription
OperationCallSettings<UpdateCustomClassRequest,CustomClass,OperationMetadata>

updateCustomClassSettings()

public UnaryCallSettings<UpdateCustomClassRequest,Operation> updateCustomClassSettings()

Returns the object with the settings used for calls to updateCustomClass.

Returns
TypeDescription
UnaryCallSettings<UpdateCustomClassRequest,Operation>

updatePhraseSetOperationSettings()

public OperationCallSettings<UpdatePhraseSetRequest,PhraseSet,OperationMetadata> updatePhraseSetOperationSettings()

Returns the object with the settings used for calls to updatePhraseSet.

Returns
TypeDescription
OperationCallSettings<UpdatePhraseSetRequest,PhraseSet,OperationMetadata>

updatePhraseSetSettings()

public UnaryCallSettings<UpdatePhraseSetRequest,Operation> updatePhraseSetSettings()

Returns the object with the settings used for calls to updatePhraseSet.

Returns
TypeDescription
UnaryCallSettings<UpdatePhraseSetRequest,Operation>

updateRecognizerOperationSettings()

public OperationCallSettings<UpdateRecognizerRequest,Recognizer,OperationMetadata> updateRecognizerOperationSettings()

Returns the object with the settings used for calls to updateRecognizer.

Returns
TypeDescription
OperationCallSettings<UpdateRecognizerRequest,Recognizer,OperationMetadata>

updateRecognizerSettings()

public UnaryCallSettings<UpdateRecognizerRequest,Operation> updateRecognizerSettings()

Returns the object with the settings used for calls to updateRecognizer.

Returns
TypeDescription
UnaryCallSettings<UpdateRecognizerRequest,Operation>