public class AsrForStartExecutionInput extends Object
| Constructor and Description |
|---|
AsrForStartExecutionInput() |
| 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
|
AsrForStartExecutionInput |
language(String language) |
AsrForStartExecutionInput |
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() |
AsrForStartExecutionInput |
type(String type) |
AsrForStartExecutionInput |
withConfidence(Boolean withConfidence) |
AsrForStartExecutionInput |
withSpeakerInfo(Boolean withSpeakerInfo) |
public AsrForStartExecutionInput language(String language)
public String getLanguage()
public void setLanguage(String language)
public AsrForStartExecutionInput mode(String mode)
public String getMode()
public void setMode(String mode)
public AsrForStartExecutionInput type(String type)
public String getType()
public void setType(String type)
public AsrForStartExecutionInput withConfidence(Boolean withConfidence)
public Boolean isWithConfidence()
public void setWithConfidence(Boolean withConfidence)
public AsrForStartExecutionInput withSpeakerInfo(Boolean withSpeakerInfo)
public Boolean isWithSpeakerInfo()
public void setWithSpeakerInfo(Boolean withSpeakerInfo)
Copyright © 2025. All rights reserved.