@@ -115,41 +115,41 @@ For mono input audio, one transcription result file is being created. For stereo
115
115
"Display" : string
116
116
}
117
117
]
118
- SegmentResults:[ 'for each individual segment'
118
+ SegmentResults:[ 'for each individual segment'
119
119
{
120
- "RecognitionStatus" : Success | Failure
120
+ "RecognitionStatus" : " Success | Failure"
121
121
"ChannelNumber" : null
122
- "SpeakerId" : null | "1 | 2" 'null if no diarization
123
- or stereo input file, the
124
- speakerId as a string if
125
- diarization requested for
126
- mono audio file'
127
- "Offset" : number 'time in milliseconds'
128
- "Duration" : number 'time in milliseconds'
129
- "OffsetInSeconds" : number 'Real number. Two decimal places'
130
- "DurationInSeconds" : number 'Real number. Two decimal places'
122
+ "SpeakerId" : null | "1 | 2" 'null if no diarization
123
+ or stereo input file, the
124
+ speakerId as a string if
125
+ diarization requested for
126
+ mono audio file'
127
+ "Offset" : number 'time in milliseconds'
128
+ "Duration" : number 'time in milliseconds'
129
+ "OffsetInSeconds" : number 'Real number. Two decimal places'
130
+ "DurationInSeconds" : number 'Real number. Two decimal places'
131
131
"NBest" : [
132
132
{
133
- "Confidence" : number 'between 0 and 1'
133
+ "Confidence" : number 'between 0 and 1'
134
134
"Lexical" : string
135
135
"ITN" : string
136
136
"MaskedITN" : string
137
137
"Display" : string
138
138
"Sentiment" :
139
- { 'this is omitted if sentiment is
140
- not requested'
139
+ { 'this is omitted if sentiment is
140
+ not requested'
141
141
"Negative" : number 'between 0 and 1'
142
142
"Neutral" : number 'between 0 and 1'
143
143
"Positive" : number 'between 0 and 1'
144
144
}
145
145
"Words" : [
146
146
{
147
147
"Word" : string
148
- "Offset" : number 'time in milliseconds'
149
- "Duration" : number 'time in milliseconds'
150
- "OffsetInSeconds" : number 'Real number. Two decimal places'
151
- "DurationInSeconds" : number 'Real number. Two decimal places'
152
- "Confidence" : number 'between 0 and 1'
148
+ "Offset" : number 'time in milliseconds'
149
+ "Duration" : number 'time in milliseconds'
150
+ "OffsetInSeconds" : number 'Real number. Two decimal places'
151
+ "DurationInSeconds" : number 'Real number. Two decimal places'
152
+ "Confidence" : number 'between 0 and 1'
153
153
}
154
154
]
155
155
}
0 commit comments