@@ -108,8 +108,10 @@ public interface Model {
108108 }
109109
110110 protected transient InputStream audio ;
111+
111112 @ SerializedName ("content-type" )
112113 protected String contentType ;
114+
113115 protected String model ;
114116 protected String languageCustomizationId ;
115117 protected String acousticCustomizationId ;
@@ -1029,10 +1031,11 @@ public Float backgroundAudioSuppression() {
10291031 /**
10301032 * Gets the interimResults.
10311033 *
1032- * If `true`, the service returns interim results as a stream of `SpeechRecognitionResults` objects. By default,
1033- * the service returns a single `SpeechRecognitionResults` object with final results only.
1034+ * <p>If `true`, the service returns interim results as a stream of `SpeechRecognitionResults`
1035+ * objects. By default, the service returns a single `SpeechRecognitionResults` object with final
1036+ * results only.
10341037 *
1035- * NOTE: This parameter only works for the `recognizeUsingWebSocket` method.
1038+ * <p> NOTE: This parameter only works for the `recognizeUsingWebSocket` method.
10361039 *
10371040 * @return the interimResults
10381041 */
@@ -1043,12 +1046,13 @@ public Boolean interimResults() {
10431046 /**
10441047 * Gets the processingMetrics.
10451048 *
1046- * If `true`, requests processing metrics about the service's transcription of the input audio. The service returns
1047- * processing metrics at the interval specified by the `processing_metrics_interval` parameter. It also returns
1048- * processing metrics for transcription events, for example, for final and interim results. By default, the service
1049- * returns no processing metrics.
1049+ * <p>If `true`, requests processing metrics about the service's transcription of the input audio.
1050+ * The service returns processing metrics at the interval specified by the
1051+ * `processing_metrics_interval` parameter. It also returns processing metrics for transcription
1052+ * events, for example, for final and interim results. By default, the service returns no
1053+ * processing metrics.
10501054 *
1051- * NOTE: This parameter only works for the `recognizeUsingWebSocket` method.
1055+ * <p> NOTE: This parameter only works for the `recognizeUsingWebSocket` method.
10521056 *
10531057 * @return the processingMetrics
10541058 */
@@ -1059,17 +1063,19 @@ public Boolean processingMetrics() {
10591063 /**
10601064 * Gets the processingMetricsInterval.
10611065 *
1062- * Specifies the interval in real wall-clock seconds at which the service is to return processing metrics. The
1063- * parameter is ignored unless the `processing_metrics` parameter is set to `true`.
1066+ * <p>Specifies the interval in real wall-clock seconds at which the service is to return
1067+ * processing metrics. The parameter is ignored unless the `processing_metrics` parameter is set
1068+ * to `true`.
10641069 *
1065- * The parameter accepts a minimum value of 0.1 seconds. The level of precision is not restricted, so you can
1066- * specify values such as 0.25 and 0.125.
1070+ * <p> The parameter accepts a minimum value of 0.1 seconds. The level of precision is not
1071+ * restricted, so you can specify values such as 0.25 and 0.125.
10671072 *
1068- * The service does not impose a maximum value. If you want to receive processing metrics only for transcription
1069- * events instead of at periodic intervals, set the value to a large number. If the value is larger than the
1070- * duration of the audio, the service returns processing metrics only for transcription events.
1073+ * <p>The service does not impose a maximum value. If you want to receive processing metrics only
1074+ * for transcription events instead of at periodic intervals, set the value to a large number. If
1075+ * the value is larger than the duration of the audio, the service returns processing metrics only
1076+ * for transcription events.
10711077 *
1072- * NOTE: This parameter only works for the `recognizeUsingWebSocket` method.
1078+ * <p> NOTE: This parameter only works for the `recognizeUsingWebSocket` method.
10731079 *
10741080 * @return the processingMetricsInterval
10751081 */
0 commit comments