com.baidubce.services.vcr.model
Class GetMediaSpeechResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.vcr.model.GetMediaSpeechResponse
All Implemented Interfaces:
Serializable

public class GetMediaSpeechResponse
extends AbstractBceResponse

Media speech result.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetMediaSpeechResponse()
           
 
Method Summary
 String getMediaId()
           
 String getSource()
           
 List<SpeechChannel> getSpeech()
           
 void setMediaId(String mediaId)
           
 void setSource(String source)
           
 void setSpeech(List<SpeechChannel> speech)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetMediaSpeechResponse

public GetMediaSpeechResponse()
Method Detail

getMediaId

public String getMediaId()

setMediaId

public void setMediaId(String mediaId)

getSource

public String getSource()

setSource

public void setSource(String source)

getSpeech

public List<SpeechChannel> getSpeech()

setSpeech

public void setSpeech(List<SpeechChannel> speech)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.