You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/SynthesisInput.java
+24
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,13 @@ public final class SynthesisInput extends com.google.api.client.json.GenericJson
42
42
@com.google.api.client.util.Key
43
43
privateCustomPronunciationscustomPronunciations;
44
44
45
+
/**
46
+
* Markup for HD voices specifically. This field may not be used with any other voices.
47
+
* The value may be {@code null}.
48
+
*/
49
+
@com.google.api.client.util.Key
50
+
privatejava.lang.Stringmarkup;
51
+
45
52
/**
46
53
* The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
47
54
* The value may be {@code null}.
@@ -90,6 +97,23 @@ public SynthesisInput setCustomPronunciations(CustomPronunciations customPronunc
90
97
returnthis;
91
98
}
92
99
100
+
/**
101
+
* Markup for HD voices specifically. This field may not be used with any other voices.
102
+
* @return value or {@code null} for none
103
+
*/
104
+
publicjava.lang.StringgetMarkup() {
105
+
returnmarkup;
106
+
}
107
+
108
+
/**
109
+
* Markup for HD voices specifically. This field may not be used with any other voices.
Copy file name to clipboardExpand all lines: clients/google-api-services-texttospeech/v1beta1/2.0.0/com/google/api/services/texttospeech/v1beta1/model/SynthesisInput.java
+24
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,13 @@ public final class SynthesisInput extends com.google.api.client.json.GenericJson
42
42
@com.google.api.client.util.Key
43
43
privateCustomPronunciationscustomPronunciations;
44
44
45
+
/**
46
+
* Markup for HD voices specifically. This field may not be used with any other voices.
47
+
* The value may be {@code null}.
48
+
*/
49
+
@com.google.api.client.util.Key
50
+
privatejava.lang.Stringmarkup;
51
+
45
52
/**
46
53
* The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
47
54
* The value may be {@code null}.
@@ -90,6 +97,23 @@ public SynthesisInput setCustomPronunciations(CustomPronunciations customPronunc
90
97
returnthis;
91
98
}
92
99
100
+
/**
101
+
* Markup for HD voices specifically. This field may not be used with any other voices.
102
+
* @return value or {@code null} for none
103
+
*/
104
+
publicjava.lang.StringgetMarkup() {
105
+
returnmarkup;
106
+
}
107
+
108
+
/**
109
+
* Markup for HD voices specifically. This field may not be used with any other voices.
0 commit comments