azure_stt 0.2.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +6 -3
- data/.gitignore +2 -2
- data/CHANGELOG.md +16 -1
- data/Gemfile +3 -2
- data/README.md +2 -2
- data/azure_stt.gemspec +5 -2
- data/docs/AzureSTT/Client.html +148 -39
- data/docs/AzureSTT/Configuration.html +4 -4
- data/docs/AzureSTT/Error.html +4 -170
- data/docs/AzureSTT/Models/Base.html +4 -4
- data/docs/AzureSTT/Models/CombinedRecognizedPhrases.html +4 -4
- data/docs/AzureSTT/Models/File.html +5 -5
- data/docs/AzureSTT/Models/RecognizedPhrase.html +4 -4
- data/docs/AzureSTT/Models/Report.html +4 -4
- data/docs/AzureSTT/Models/Result.html +4 -4
- data/docs/AzureSTT/Models/Sentence.html +4 -4
- data/docs/AzureSTT/Models/Transcription.html +5 -5
- data/docs/AzureSTT/Models/Word.html +4 -4
- data/docs/AzureSTT/Models.html +4 -4
- data/docs/AzureSTT/NetError.html +161 -11
- data/docs/AzureSTT/Parsers/Base.html +4 -4
- data/docs/AzureSTT/Parsers/CombinedRecognizedPhrases.html +4 -4
- data/docs/AzureSTT/Parsers/File.html +4 -4
- data/docs/AzureSTT/Parsers/RecognizedPhrase.html +4 -4
- data/docs/AzureSTT/Parsers/Report.html +4 -4
- data/docs/AzureSTT/Parsers/Result.html +4 -4
- data/docs/AzureSTT/Parsers/Sentence.html +4 -4
- data/docs/AzureSTT/Parsers/Transcription.html +4 -4
- data/docs/AzureSTT/Parsers/Word.html +4 -4
- data/docs/AzureSTT/Parsers.html +4 -4
- data/docs/AzureSTT/ServiceError.html +161 -11
- data/docs/AzureSTT/Session.html +132 -24
- data/docs/AzureSTT/Types.html +4 -4
- data/docs/AzureSTT.html +4 -4
- data/docs/AzureStt_.html +5 -5
- data/docs/_index.html +5 -5
- data/docs/file.README.html +133 -95
- data/docs/frames.html +1 -1
- data/docs/index.html +133 -95
- data/docs/method_list.html +66 -34
- data/docs/top-level-namespace.html +4 -4
- data/lib/azure_stt/client.rb +9 -8
- data/lib/azure_stt/errors.rb +16 -9
- data/lib/azure_stt/models/file.rb +1 -1
- data/lib/azure_stt/models/transcription.rb +1 -1
- data/lib/azure_stt/parsers/combined_recognized_phrases.rb +1 -1
- data/lib/azure_stt/session.rb +8 -10
- data/lib/azure_stt/version.rb +1 -1
- data/lib/azure_stt.rb +2 -2
- metadata +7 -11
- data/.github/dependabot.yml +0 -6
- data/Gemfile.lock +0 -141
- data/docs/AzureBatchTranscription/Configuration.html +0 -212
- data/docs/AzureBatchTranscription.html +0 -301
- data/docs/AzureSTT/Transcription.html +0 -635
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d191b5213b76873a27c2484a4f0494bc11789125b84ed67d7612e64cec6ef88
|
4
|
+
data.tar.gz: e27715d790a7706a0af127c82c65873d537c387170a3214c47ecd1c5fcd84cfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42bddc1ae5e0b3316b04963d57ae7882553ac3f4382b7e76562bd4d7c63b3a940d025211d71e8b41f77d2657ed3d1eefe77a3517eea5b55c72cc63d6510d81e6
|
7
|
+
data.tar.gz: bec2619c932cc61581fcd0ce06885571e8718ed6e14ec36779d5c9937382d5b1c6a971cbf2df7c753f9dc48149802176b027c1fef08870b8cc85ddd0458d0464
|
data/.github/workflows/ci.yml
CHANGED
@@ -10,13 +10,16 @@ jobs:
|
|
10
10
|
test:
|
11
11
|
|
12
12
|
runs-on: ubuntu-latest
|
13
|
+
strategy:
|
14
|
+
matrix:
|
15
|
+
ruby-version: ['3.2', '3.1', '3.0', '2.7', '2.6']
|
13
16
|
|
14
17
|
steps:
|
15
|
-
- uses: actions/checkout@
|
16
|
-
- name: Set up Ruby
|
18
|
+
- uses: actions/checkout@v3
|
19
|
+
- name: Set up Ruby ${{ matrix.ruby-version }}
|
17
20
|
uses: ruby/setup-ruby@v1
|
18
21
|
with:
|
19
|
-
ruby-version:
|
22
|
+
ruby-version: ${{ matrix.ruby-version }}
|
20
23
|
- name: Install dependencies
|
21
24
|
run: bundle install
|
22
25
|
- name: Run tests
|
data/.gitignore
CHANGED
@@ -45,9 +45,9 @@ build-iPhoneSimulator/
|
|
45
45
|
|
46
46
|
# for a library or gem, you might want to ignore these files since the code is
|
47
47
|
# intended to run in multiple environments; otherwise, check them in:
|
48
|
-
# Gemfile.lock
|
49
|
-
# .ruby-version
|
50
48
|
# .ruby-gemset
|
49
|
+
Gemfile.lock
|
50
|
+
.ruby-version
|
51
51
|
|
52
52
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
53
53
|
.rvmrc
|
data/CHANGELOG.md
CHANGED
@@ -5,7 +5,22 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
-
|
8
|
+
## [0.4.0] - 2023-05-10
|
9
|
+
|
10
|
+
### Fixed
|
11
|
+
|
12
|
+
- `get_transcriptions` using `skip` and `top` params
|
13
|
+
|
14
|
+
### Modified
|
15
|
+
|
16
|
+
- Messages given by Azure when 4** HTTP errors are detailed [#56](https://github.com/PerfectMemory/azure_stt/issues/56)
|
17
|
+
- Use Speech to Text API v3.1 instead of v3.0 [#58](https://github.com/PerfectMemory/azure_stt/issues/58)
|
18
|
+
|
19
|
+
## [0.3.0] - 2022-10-19
|
20
|
+
|
21
|
+
### Modified
|
22
|
+
|
23
|
+
- Compatibility with Ruby 3.1
|
9
24
|
|
10
25
|
## [Released]
|
11
26
|
|
data/Gemfile
CHANGED
@@ -3,10 +3,11 @@
|
|
3
3
|
source 'https://rubygems.org'
|
4
4
|
|
5
5
|
gem 'dry-struct', '~> 1'
|
6
|
-
gem 'httparty', '~> 0.
|
6
|
+
gem 'httparty', '~> 0.19'
|
7
7
|
|
8
8
|
group :test do
|
9
|
-
gem 'bundler', '~>
|
9
|
+
gem 'bundler', '~> 2'
|
10
|
+
gem 'debug'
|
10
11
|
gem 'dotenv'
|
11
12
|
gem 'factory_bot', '~> 6'
|
12
13
|
gem 'faker', '~> 2'
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
[![Coverage Status](https://coveralls.io/repos/github/PerfectMemory/azure_stt/badge.svg)](https://coveralls.io/github/PerfectMemory/azure_stt)
|
6
6
|
[![Maintainability](https://api.codeclimate.com/v1/badges/375190d3122da56a9fe1/maintainability)](https://codeclimate.com/github/PerfectMemory/azure_stt/maintainability)
|
7
7
|
|
8
|
-
API Wrapper for the [Microsoft Azure Speech Services Speech-to-text REST API 3.
|
8
|
+
API Wrapper for the [Microsoft Azure Speech Services Speech-to-text REST API 3.1](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-speech-to-text) (Cognitive Services).
|
9
9
|
|
10
10
|
## Installation
|
11
11
|
|
@@ -105,7 +105,7 @@ transcription = session.get_transcription('your_transcription_id')
|
|
105
105
|
# # "wordLevelTimestampsEnabled"=>false, "channels"=>[0, 1],
|
106
106
|
# # "punctuationMode"=>"DictatedAndAutomatic", "profanityFilterMode"=>"Masked",
|
107
107
|
# # "duration"=>"PT5M18S"}
|
108
|
-
# # links={"files"=>"https://uscentral.api.cognitive.microsoft.com/speechtotext/v3.
|
108
|
+
# # links={"files"=>"https://uscentral.api.cognitive.microsoft.com/speechtotext/v3.1/transcriptions/d35a802d-70ae-4358-a35d-b5faa0c75457/files"}
|
109
109
|
# # last_action_date_time=#<Date: 2020-05-31 ((2459366j,0s,0n),+0s,2299161j)> created_date_time=#<Date: 2020-05-31 ((2459366j,0s,0n),+0s,2299161j)>
|
110
110
|
# # status="Succeeded" locale="en-US" display_name="Transcription name" files=[]>
|
111
111
|
|
data/azure_stt.gemspec
CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.authors = ['François Pouly']
|
11
11
|
spec.email = ['francois.pouly@perfect-memory.com']
|
12
12
|
|
13
|
-
spec.summary = 'API Wrapper for the Microsoft Translator Text API 3.
|
14
|
-
spec.description = 'API Wrapper for the Microsoft Translator Text API 3.
|
13
|
+
spec.summary = 'API Wrapper for the Microsoft Translator Text API 3.1'
|
14
|
+
spec.description = 'API Wrapper for the Microsoft Translator Text API 3.1 (Cognitive Services)'
|
15
15
|
spec.homepage = 'https://github.com/PerfectMemory/azure_stt'
|
16
16
|
spec.license = 'MIT'
|
17
17
|
|
@@ -26,4 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
spec.required_ruby_version = '>= 2.6'
|
27
27
|
spec.add_dependency 'dry-struct', '~> 1'
|
28
28
|
spec.add_dependency 'httparty', '~> 0.17'
|
29
|
+
spec.metadata = {
|
30
|
+
'rubygems_mfa_required' => 'true'
|
31
|
+
}
|
29
32
|
end
|
data/docs/AzureSTT/Client.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: AzureSTT::Client
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.34
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -214,6 +214,30 @@
|
|
214
214
|
<p>Create a transcription for a batch or a single file.</p>
|
215
215
|
</div></span>
|
216
216
|
|
217
|
+
</li>
|
218
|
+
|
219
|
+
|
220
|
+
<li class="public ">
|
221
|
+
<span class="summary_signature">
|
222
|
+
|
223
|
+
<a href="#delete_transcription-instance_method" title="#delete_transcription (instance method)">#<strong>delete_transcription</strong>(id) ⇒ Boolean </a>
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
</span>
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
<span class="summary_desc"><div class='inline'>
|
238
|
+
<p>Delete a transcription with a given ID.</p>
|
239
|
+
</div></span>
|
240
|
+
|
217
241
|
</li>
|
218
242
|
|
219
243
|
|
@@ -408,19 +432,19 @@
|
|
408
432
|
<pre class="lines">
|
409
433
|
|
410
434
|
|
435
|
+
19
|
411
436
|
20
|
412
437
|
21
|
413
438
|
22
|
414
|
-
23
|
415
|
-
24</pre>
|
439
|
+
23</pre>
|
416
440
|
</td>
|
417
441
|
<td>
|
418
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
442
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 19</span>
|
419
443
|
|
420
444
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>region:</span><span class='comma'>,</span> <span class='label'>subscription_key:</span><span class='rparen'>)</span>
|
421
445
|
<span class='ivar'>@subscription_key</span> <span class='op'>=</span> <span class='id identifier rubyid_subscription_key'>subscription_key</span>
|
422
446
|
<span class='ivar'>@region</span> <span class='op'>=</span> <span class='id identifier rubyid_region'>region</span>
|
423
|
-
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_base_uri'>base_uri</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>https://</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_region'>region</span><span class='embexpr_end'>}</span><span class='tstring_content'>.api.cognitive.microsoft.com/speechtotext/v3.
|
447
|
+
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_base_uri'>base_uri</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>https://</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_region'>region</span><span class='embexpr_end'>}</span><span class='tstring_content'>.api.cognitive.microsoft.com/speechtotext/v3.1</span><span class='tstring_end'>"</span></span>
|
424
448
|
<span class='kw'>end</span></pre>
|
425
449
|
</td>
|
426
450
|
</tr>
|
@@ -460,12 +484,12 @@
|
|
460
484
|
<pre class="lines">
|
461
485
|
|
462
486
|
|
487
|
+
11
|
463
488
|
12
|
464
|
-
13
|
465
|
-
14</pre>
|
489
|
+
13</pre>
|
466
490
|
</td>
|
467
491
|
<td>
|
468
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
492
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 11</span>
|
469
493
|
|
470
494
|
<span class='kw'>def</span> <span class='id identifier rubyid_region'>region</span>
|
471
495
|
<span class='ivar'>@region</span>
|
@@ -503,12 +527,12 @@
|
|
503
527
|
<pre class="lines">
|
504
528
|
|
505
529
|
|
530
|
+
11
|
506
531
|
12
|
507
|
-
13
|
508
|
-
14</pre>
|
532
|
+
13</pre>
|
509
533
|
</td>
|
510
534
|
<td>
|
511
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
535
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 11</span>
|
512
536
|
|
513
537
|
<span class='kw'>def</span> <span class='id identifier rubyid_subscription_key'>subscription_key</span>
|
514
538
|
<span class='ivar'>@subscription_key</span>
|
@@ -581,7 +605,7 @@
|
|
581
605
|
<p class="tag_title">See Also:</p>
|
582
606
|
<ul class="see">
|
583
607
|
|
584
|
-
<li><a href="https://francecentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-
|
608
|
+
<li><a href="https://francecentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/CreateTranscription" target="_parent" title="https://francecentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/CreateTranscription">https://francecentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/CreateTranscription</a></li>
|
585
609
|
|
586
610
|
</ul>
|
587
611
|
|
@@ -591,17 +615,17 @@
|
|
591
615
|
<pre class="lines">
|
592
616
|
|
593
617
|
|
618
|
+
34
|
594
619
|
35
|
595
620
|
36
|
596
621
|
37
|
597
622
|
38
|
598
623
|
39
|
599
624
|
40
|
600
|
-
41
|
601
|
-
42</pre>
|
625
|
+
41</pre>
|
602
626
|
</td>
|
603
627
|
<td>
|
604
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
628
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 34</span>
|
605
629
|
|
606
630
|
<span class='kw'>def</span> <span class='id identifier rubyid_create_transcription'>create_transcription</span><span class='lparen'>(</span><span class='op'>**</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
607
631
|
<span class='id identifier rubyid_results'>results</span> <span class='op'>=</span> <span class='id identifier rubyid_post'>post</span><span class='lparen'>(</span>
|
@@ -614,6 +638,91 @@
|
|
614
638
|
</td>
|
615
639
|
</tr>
|
616
640
|
</table>
|
641
|
+
</div>
|
642
|
+
|
643
|
+
<div class="method_details ">
|
644
|
+
<h3 class="signature " id="delete_transcription-instance_method">
|
645
|
+
|
646
|
+
#<strong>delete_transcription</strong>(id) ⇒ <tt>Boolean</tt>
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
</h3><div class="docstring">
|
653
|
+
<div class="discussion">
|
654
|
+
|
655
|
+
<p>Delete a transcription with a given ID</p>
|
656
|
+
|
657
|
+
|
658
|
+
</div>
|
659
|
+
</div>
|
660
|
+
<div class="tags">
|
661
|
+
<p class="tag_title">Parameters:</p>
|
662
|
+
<ul class="param">
|
663
|
+
|
664
|
+
<li>
|
665
|
+
|
666
|
+
<span class='name'>id</span>
|
667
|
+
|
668
|
+
|
669
|
+
<span class='type'>(<tt>String</tt>)</span>
|
670
|
+
|
671
|
+
|
672
|
+
|
673
|
+
—
|
674
|
+
<div class='inline'>
|
675
|
+
<p>The id of the transcription in the API</p>
|
676
|
+
</div>
|
677
|
+
|
678
|
+
</li>
|
679
|
+
|
680
|
+
</ul>
|
681
|
+
|
682
|
+
<p class="tag_title">Returns:</p>
|
683
|
+
<ul class="return">
|
684
|
+
|
685
|
+
<li>
|
686
|
+
|
687
|
+
|
688
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
689
|
+
|
690
|
+
|
691
|
+
|
692
|
+
—
|
693
|
+
<div class='inline'>
|
694
|
+
<p>true if the transcription had been deleted, raises an error else</p>
|
695
|
+
</div>
|
696
|
+
|
697
|
+
</li>
|
698
|
+
|
699
|
+
</ul>
|
700
|
+
|
701
|
+
</div><table class="source_code">
|
702
|
+
<tr>
|
703
|
+
<td>
|
704
|
+
<pre class="lines">
|
705
|
+
|
706
|
+
|
707
|
+
84
|
708
|
+
85
|
709
|
+
86
|
710
|
+
87
|
711
|
+
88
|
712
|
+
89</pre>
|
713
|
+
</td>
|
714
|
+
<td>
|
715
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 84</span>
|
716
|
+
|
717
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete_transcription'>delete_transcription</span><span class='lparen'>(</span><span class='id identifier rubyid_id'>id</span><span class='rparen'>)</span>
|
718
|
+
<span class='id identifier rubyid_response'>response</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/transcriptions/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>headers:</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
719
|
+
<span class='id identifier rubyid_handle_response'>handle_response</span><span class='lparen'>(</span><span class='id identifier rubyid_response'>response</span><span class='rparen'>)</span>
|
720
|
+
|
721
|
+
<span class='kw'>true</span>
|
722
|
+
<span class='kw'>end</span></pre>
|
723
|
+
</td>
|
724
|
+
</tr>
|
725
|
+
</table>
|
617
726
|
</div>
|
618
727
|
|
619
728
|
<div class="method_details ">
|
@@ -680,16 +789,16 @@
|
|
680
789
|
<pre class="lines">
|
681
790
|
|
682
791
|
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
792
|
+
113
|
793
|
+
114
|
794
|
+
115
|
795
|
+
116
|
796
|
+
117
|
797
|
+
118
|
798
|
+
119</pre>
|
690
799
|
</td>
|
691
800
|
<td>
|
692
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
801
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 113</span>
|
693
802
|
|
694
803
|
<span class='kw'>def</span> <span class='id identifier rubyid_get_file'>get_file</span><span class='lparen'>(</span><span class='id identifier rubyid_file_url'>file_url</span><span class='rparen'>)</span>
|
695
804
|
<span class='id identifier rubyid_response'>response</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='id identifier rubyid_file_url'>file_url</span><span class='rparen'>)</span>
|
@@ -767,14 +876,14 @@
|
|
767
876
|
<pre class="lines">
|
768
877
|
|
769
878
|
|
879
|
+
50
|
770
880
|
51
|
771
881
|
52
|
772
882
|
53
|
773
|
-
54
|
774
|
-
55</pre>
|
883
|
+
54</pre>
|
775
884
|
</td>
|
776
885
|
<td>
|
777
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
886
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 50</span>
|
778
887
|
|
779
888
|
<span class='kw'>def</span> <span class='id identifier rubyid_get_transcription'>get_transcription</span><span class='lparen'>(</span><span class='id identifier rubyid_id'>id</span><span class='rparen'>)</span>
|
780
889
|
<span class='id identifier rubyid_results'>results</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/transcriptions/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
@@ -847,7 +956,7 @@
|
|
847
956
|
<p class="tag_title">See Also:</p>
|
848
957
|
<ul class="see">
|
849
958
|
|
850
|
-
<li><a href="https://uscentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-
|
959
|
+
<li><a href="https://uscentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/GetTranscriptionFiles" target="_parent" title="https://uscentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/GetTranscriptionFiles">https://uscentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/GetTranscriptionFiles</a></li>
|
851
960
|
|
852
961
|
</ul>
|
853
962
|
|
@@ -857,14 +966,14 @@
|
|
857
966
|
<pre class="lines">
|
858
967
|
|
859
968
|
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
969
|
+
100
|
970
|
+
101
|
971
|
+
102
|
972
|
+
103
|
973
|
+
104</pre>
|
865
974
|
</td>
|
866
975
|
<td>
|
867
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
976
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 100</span>
|
868
977
|
|
869
978
|
<span class='kw'>def</span> <span class='id identifier rubyid_get_transcription_files'>get_transcription_files</span><span class='lparen'>(</span><span class='id identifier rubyid_id'>id</span><span class='rparen'>)</span>
|
870
979
|
<span class='id identifier rubyid_results'>results</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/transcriptions/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/files</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
@@ -962,6 +1071,7 @@
|
|
962
1071
|
<pre class="lines">
|
963
1072
|
|
964
1073
|
|
1074
|
+
65
|
965
1075
|
66
|
966
1076
|
67
|
967
1077
|
68
|
@@ -971,11 +1081,10 @@
|
|
971
1081
|
72
|
972
1082
|
73
|
973
1083
|
74
|
974
|
-
75
|
975
|
-
76</pre>
|
1084
|
+
75</pre>
|
976
1085
|
</td>
|
977
1086
|
<td>
|
978
|
-
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line
|
1087
|
+
<pre class="code"><span class="info file"># File 'lib/azure_stt/client.rb', line 65</span>
|
979
1088
|
|
980
1089
|
<span class='kw'>def</span> <span class='id identifier rubyid_get_transcriptions'>get_transcriptions</span><span class='lparen'>(</span><span class='label'>skip:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>top:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
981
1090
|
<span class='id identifier rubyid_results'>results</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span>
|
@@ -998,9 +1107,9 @@
|
|
998
1107
|
</div>
|
999
1108
|
|
1000
1109
|
<div id="footer">
|
1001
|
-
Generated on
|
1002
|
-
<a href="
|
1003
|
-
0.9.
|
1110
|
+
Generated on Wed May 10 12:30:20 2023 by
|
1111
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1112
|
+
0.9.34 (ruby-2.7.7).
|
1004
1113
|
</div>
|
1005
1114
|
|
1006
1115
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: AzureSTT::Configuration
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.34
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -272,9 +272,9 @@
|
|
272
272
|
</div>
|
273
273
|
|
274
274
|
<div id="footer">
|
275
|
-
Generated on
|
276
|
-
<a href="
|
277
|
-
0.9.
|
275
|
+
Generated on Wed May 10 12:30:20 2023 by
|
276
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
277
|
+
0.9.34 (ruby-2.7.7).
|
278
278
|
</div>
|
279
279
|
|
280
280
|
</div>
|