public static final class GetSecretAsrDetailResponseBody.Sentences.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetSecretAsrDetailResponseBody.Sentences.Builder |
beginTime(Long beginTime)
The start time offset of the sentence.
|
GetSecretAsrDetailResponseBody.Sentences |
build() |
GetSecretAsrDetailResponseBody.Sentences.Builder |
channelId(Integer channelId)
The ID of the audio track to which the sentence belongs.
|
GetSecretAsrDetailResponseBody.Sentences.Builder |
emotionValue(String emotionValue)
The emotion value.
|
GetSecretAsrDetailResponseBody.Sentences.Builder |
endTime(Long endTime)
The end time offset of the sentence.
|
GetSecretAsrDetailResponseBody.Sentences.Builder |
silenceDuration(Long silenceDuration)
The silence duration between the current sentence and the previous sentence.
|
GetSecretAsrDetailResponseBody.Sentences.Builder |
speechRate(Integer speechRate)
The average speech rate of the sentence.
|
GetSecretAsrDetailResponseBody.Sentences.Builder |
text(String text)
The recognition result of the sentence.
|
public GetSecretAsrDetailResponseBody.Sentences.Builder beginTime(Long beginTime)
The start time offset of the sentence. Unit: milliseconds.
example:1020
public GetSecretAsrDetailResponseBody.Sentences.Builder channelId(Integer channelId)
The ID of the audio track to which the sentence belongs.
example:0
public GetSecretAsrDetailResponseBody.Sentences.Builder emotionValue(String emotionValue)
The emotion value. Value range: 1 to 10. The higher the value, the stronger the emotion.
example:5.7
public GetSecretAsrDetailResponseBody.Sentences.Builder endTime(Long endTime)
The end time offset of the sentence. Unit: milliseconds.
example:1770
public GetSecretAsrDetailResponseBody.Sentences.Builder silenceDuration(Long silenceDuration)
The silence duration between the current sentence and the previous sentence. Unit: seconds.
example:0
public GetSecretAsrDetailResponseBody.Sentences.Builder speechRate(Integer speechRate)
The average speech rate of the sentence. Unit: number of words per minute.
example:80
public GetSecretAsrDetailResponseBody.Sentences.Builder text(String text)
The recognition result of the sentence.
example:Hello
public GetSecretAsrDetailResponseBody.Sentences build()
Copyright © 2025. All rights reserved.