public class AsrForGetExecutionOutput extends Object
| Constructor and Description |
|---|
AsrForGetExecutionOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLanguage()
Get language
|
String |
getMode()
Get mode
|
String |
getType()
Get type
|
int |
hashCode() |
Boolean |
isWithConfidence()
Get withConfidence
|
Boolean |
isWithSpeakerInfo()
Get withSpeakerInfo
|
AsrForGetExecutionOutput |
language(String language) |
AsrForGetExecutionOutput |
mode(String mode) |
void |
setLanguage(String language) |
void |
setMode(String mode) |
void |
setType(String type) |
void |
setWithConfidence(Boolean withConfidence) |
void |
setWithSpeakerInfo(Boolean withSpeakerInfo) |
String |
toString() |
AsrForGetExecutionOutput |
type(String type) |
AsrForGetExecutionOutput |
withConfidence(Boolean withConfidence) |
AsrForGetExecutionOutput |
withSpeakerInfo(Boolean withSpeakerInfo) |
public AsrForGetExecutionOutput language(String language)
public String getLanguage()
public void setLanguage(String language)
public AsrForGetExecutionOutput mode(String mode)
public String getMode()
public void setMode(String mode)
public AsrForGetExecutionOutput type(String type)
public String getType()
public void setType(String type)
public AsrForGetExecutionOutput withConfidence(Boolean withConfidence)
public Boolean isWithConfidence()
public void setWithConfidence(Boolean withConfidence)
public AsrForGetExecutionOutput withSpeakerInfo(Boolean withSpeakerInfo)
public Boolean isWithSpeakerInfo()
public void setWithSpeakerInfo(Boolean withSpeakerInfo)
Copyright © 2025. All rights reserved.