/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Speech
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php (1327B)
endTime = $endTime;
}
public function getEndTime()
{
return $this->endTime;
}
public function setSpeakerTag($speakerTag)
{
$this->speakerTag = $speakerTag;
}
public function getSpeakerTag()
{
return $this->speakerTag;
}
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
public function getStartTime()
{
return $this->startTime;
}
public function setWord($word)
{
$this->word = $word;
}
public function getWord()
{
return $this->word;
}
}