public static final class GetSecretAsrDetailResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetSecretAsrDetailResponseBody.Data.Builder |
bizDuration(Long bizDuration)
The total duration of the audio file that was recognized.
|
GetSecretAsrDetailResponseBody.Data |
build() |
GetSecretAsrDetailResponseBody.Data.Builder |
businessId(String businessId)
The ID of the business process.
|
GetSecretAsrDetailResponseBody.Data.Builder |
businessKey(String businessKey)
The business keyword.
|
GetSecretAsrDetailResponseBody.Data.Builder |
code(String code)
The status code.
|
GetSecretAsrDetailResponseBody.Data.Builder |
msg(String msg)
The description.
|
GetSecretAsrDetailResponseBody.Data.Builder |
requestId(String requestId)
The request ID.
|
GetSecretAsrDetailResponseBody.Data.Builder |
sentences(List<GetSecretAsrDetailResponseBody.Sentences> sentences)
The ASR result.
|
GetSecretAsrDetailResponseBody.Data.Builder |
type(String type)
The type.
|
public GetSecretAsrDetailResponseBody.Data.Builder bizDuration(Long bizDuration)
The total duration of the audio file that was recognized. Unit: milliseconds.
example:10944
public GetSecretAsrDetailResponseBody.Data.Builder businessId(String businessId)
The ID of the business process.
example:435ee78c7a019650@!FC100000074672458@!2020061522****
public GetSecretAsrDetailResponseBody.Data.Builder businessKey(String businessKey)
The business keyword.
example:JCGTncltuNao****
public GetSecretAsrDetailResponseBody.Data.Builder code(String code)
The status code. The status code 21050000 indicates that the request was successful.
example:21050000
public GetSecretAsrDetailResponseBody.Data.Builder msg(String msg)
The description.
example:SUCCESS
public GetSecretAsrDetailResponseBody.Data.Builder requestId(String requestId)
The request ID.
example:8d2329d407a83447a83be441681f4872ac74nE
public GetSecretAsrDetailResponseBody.Data.Builder sentences(List<GetSecretAsrDetailResponseBody.Sentences> sentences)
The ASR result.
public GetSecretAsrDetailResponseBody.Data.Builder type(String type)
The type.
example:asrResult
public GetSecretAsrDetailResponseBody.Data build()
Copyright © 2025. All rights reserved.