public class LiveStreamAsrFullTextRecognitionResult extends AbstractModel
| Constructor and Description | 
|---|
| LiveStreamAsrFullTextRecognitionResult() | 
| LiveStreamAsrFullTextRecognitionResult(LiveStreamAsrFullTextRecognitionResult source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getConfidence()Get Confidence of recognized segment. | 
| Float | getEndPtsTime()Get End PTS time of recognized segment in seconds. | 
| Float | getStartPtsTime()Get Start PTS time of recognized segment in seconds. | 
| String | getText()Get Recognized text. | 
| void | setConfidence(Float Confidence)Set Confidence of recognized segment. | 
| void | setEndPtsTime(Float EndPtsTime)Set End PTS time of recognized segment in seconds. | 
| void | setStartPtsTime(Float StartPtsTime)Set Start PTS time of recognized segment in seconds. | 
| void | setText(String Text)Set Recognized text. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic LiveStreamAsrFullTextRecognitionResult()
public LiveStreamAsrFullTextRecognitionResult(LiveStreamAsrFullTextRecognitionResult source)
public String getText()
public void setText(String Text)
Text - Recognized text.public Float getStartPtsTime()
public void setStartPtsTime(Float StartPtsTime)
StartPtsTime - Start PTS time of recognized segment in seconds.public Float getEndPtsTime()
public void setEndPtsTime(Float EndPtsTime)
EndPtsTime - End PTS time of recognized segment in seconds.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Confidence of recognized segment. Value range: 0–100.Copyright © 2022. All rights reserved.