Skip to content

Commit 3603891

Browse files
authored
Merge pull request #190 from DeepLcom/aj/AE-412
AE-412: Add speech_to_text_milliseconds to analytics reports
2 parents b9c798d + c066126 commit 3603891

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

api-reference/openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ paths:
134134
text_translation_characters: 4892
135135
document_translation_characters: 0
136136
text_improvement_characters: 4727
137+
speech_to_text_milliseconds: 1800000
137138
group_by: "key_and_day"
138139
start_date: "2025-09-29T00:00:00"
139140
end_date: "2025-10-01T00:00:00"
@@ -146,6 +147,7 @@ paths:
146147
text_translation_characters: 159
147148
document_translation_characters: 0
148149
text_improvement_characters: 156
150+
speech_to_text_milliseconds: 1800000
149151
withoutGrouping:
150152
summary: Usage report without grouping
151153
value:
@@ -155,6 +157,7 @@ paths:
155157
text_translation_characters: 4892
156158
document_translation_characters: 0
157159
text_improvement_characters: 4727
160+
speech_to_text_milliseconds: 1800000
158161
start_date: "2025-09-29T00:00:00"
159162
end_date: "2025-10-01T00:00:00"
160163
400:
@@ -4440,6 +4443,10 @@ components:
44404443
type: integer
44414444
description: Number of characters used for text improvement.
44424445
example: 4727
4446+
speech_to_text_milliseconds:
4447+
type: integer
4448+
description: Duration of speech-to-text usage in milliseconds.
4449+
example: 1800000
44434450
KeyAndDayUsageItem:
44444451
type: object
44454452
description: Usage statistics for a specific API key and optionally a specific date.

0 commit comments

Comments
 (0)