com.baidubce.services.vcr.model
Class CharacterItem

java.lang.Object
  extended by com.baidubce.services.vcr.model.CharacterItem

public class CharacterItem
extends Object

Character result of a media with specific time.


Constructor Summary
CharacterItem()
           
 
Method Summary
 Integer getTimeInSeconds()
           
 List<CharacterWord> getWords()
           
 void setTimeInSeconds(Integer timeInSeconds)
           
 void setWords(List<CharacterWord> words)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharacterItem

public CharacterItem()
Method Detail

getTimeInSeconds

public Integer getTimeInSeconds()

setTimeInSeconds

public void setTimeInSeconds(Integer timeInSeconds)

getWords

public List<CharacterWord> getWords()

setWords

public void setWords(List<CharacterWord> words)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.