File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ class SynthesisInput extends \Google\Model
21
21
{
22
22
protected $ customPronunciationsType = CustomPronunciations::class;
23
23
protected $ customPronunciationsDataType = '' ;
24
+ /**
25
+ * @var string
26
+ */
27
+ public $ markup ;
24
28
protected $ multiSpeakerMarkupType = MultiSpeakerMarkup::class;
25
29
protected $ multiSpeakerMarkupDataType = '' ;
26
30
/**
@@ -46,6 +50,20 @@ public function getCustomPronunciations()
46
50
{
47
51
return $ this ->customPronunciations ;
48
52
}
53
+ /**
54
+ * @param string
55
+ */
56
+ public function setMarkup ($ markup )
57
+ {
58
+ $ this ->markup = $ markup ;
59
+ }
60
+ /**
61
+ * @return string
62
+ */
63
+ public function getMarkup ()
64
+ {
65
+ return $ this ->markup ;
66
+ }
49
67
/**
50
68
* @param MultiSpeakerMarkup
51
69
*/
You can’t perform that action at this time.
0 commit comments