public class RecognitionResult extends Result
| 构造器和说明 |
|---|
RecognitionResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromResponse(Protocol protocol,
Response response)
Load data from the server output.
|
boolean |
isSentenceEnd() |
static boolean |
IsSentenceEnd(Sentence sentence) |
public boolean isSentenceEnd()
public static boolean IsSentenceEnd(Sentence sentence)
public void fromResponse(Protocol protocol, Response response) throws ApiException
ResultfromResponse 在类中 Resultprotocol - The protocol, please check the `Protocol` enum.response - The response.ApiException - if the input is invalid.Copyright © 2023. All rights reserved.