language

public final SpeechConfig.Builder language(String language)

The language of the speech.


public final SpeechConfig.Builder language(JsonField<String> language)

Sets Builder.language to an arbitrary JSON value.

You should usually call Builder.language with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.