google-apis-speech_v1p1beta1 0.6.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83477806ed70b65708b6a114474873cfd27fc967561a8475ecc272bf6ee07fd8
4
- data.tar.gz: 5c7d67d751f15f4a635be77fd5cf5f57aeb9862b131fdd1dfd545e6a5782b5c1
3
+ metadata.gz: b0bffe50cb24f54f15c17e0abac21bb4e68e29f9361ee61702ed2f3be494f794
4
+ data.tar.gz: fb1919fe07cc5290b0f05c439b3ed1e7bc471bb598c1e24f66d89c689d22719d
5
5
  SHA512:
6
- metadata.gz: 9bf123f0d71f86cca6a6e12cf1f9eba51cb101303ed6c9e59aeeb393627aea8b66c039883113917a5ff48b10dd19f7009ffe62fbb662a5c67c2b7d06d4822d5f
7
- data.tar.gz: fc14922e2fd728f794f5657adfe1c8c066815828904eb765149c6716e3cef6f6b19d2eaf7e411c2cb478baae6c56eb71b167ecac92fcd0ff0a93960ee394b4b4
6
+ metadata.gz: 0b5ee2c715c1d1960228a4e0a18541a7afdb0d34d90c0dc3377918b4a4248e254d42569f1dae48623b466a3e2a05dfa839ac4522695232872bf42105ec14fc6a
7
+ data.tar.gz: 4ef5079c956ffcfa427ef2e901c6a7d95c13e3625d5e9f2112f9ae755fbba41eeba7bfcd57f1883734d59a84850ae4b3e2db4ccde4483e7d653c3dc1a84744b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.10.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.9.0 (2021-05-20)
12
+
13
+ * Regenerated from discovery document revision 20210429
14
+
15
+ ### v0.8.0 (2021-04-16)
16
+
17
+ * Regenerated from discovery document revision 20210407
18
+
19
+ ### v0.7.0 (2021-04-01)
20
+
21
+ * Regenerated from discovery document revision 20210325
22
+
3
23
  ### v0.6.0 (2021-03-25)
4
24
 
5
25
  * Regenerated from discovery document revision 20210318
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p1beta1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -611,6 +611,26 @@ module Google
611
611
  attr_accessor :enable_speaker_diarization
612
612
  alias_method :enable_speaker_diarization?, :enable_speaker_diarization
613
613
 
614
+ # The spoken emoji behavior for the call If not set, uses default behavior based
615
+ # on model of choice If 'true', adds spoken emoji formatting for the request.
616
+ # This will replace spoken emojis with the corresponding Unicode symbols in the
617
+ # final transcript. If 'false', spoken emojis are not replaced.
618
+ # Corresponds to the JSON property `enableSpokenEmojis`
619
+ # @return [Boolean]
620
+ attr_accessor :enable_spoken_emojis
621
+ alias_method :enable_spoken_emojis?, :enable_spoken_emojis
622
+
623
+ # The spoken punctuation behavior for the call If not set, uses default behavior
624
+ # based on model of choice e.g. command_and_search will enable spoken
625
+ # punctuation by default If 'true', replaces spoken punctuation with the
626
+ # corresponding symbols in the request. For example, "how are you question mark"
627
+ # becomes "how are you?". See https://cloud.google.com/speech-to-text/docs/
628
+ # spoken-punctuation for support. If 'false', spoken punctuation is not replaced.
629
+ # Corresponds to the JSON property `enableSpokenPunctuation`
630
+ # @return [Boolean]
631
+ attr_accessor :enable_spoken_punctuation
632
+ alias_method :enable_spoken_punctuation?, :enable_spoken_punctuation
633
+
614
634
  # If `true`, the top result includes a list of words and the confidence for
615
635
  # those words. If `false`, no word-level confidence information is returned. The
616
636
  # default is `false`.
@@ -662,11 +682,11 @@ module Google
662
682
  # Model* *Description* command_and_search Best for short queries such as voice
663
683
  # commands or voice search. phone_call Best for audio that originated from a
664
684
  # phone call (typically recorded at an 8khz sampling rate). video Best for audio
665
- # that originated from from video or includes multiple speakers. Ideally the
666
- # audio is recorded at a 16khz or greater sampling rate. This is a premium model
667
- # that costs more than the standard rate. default Best for audio that is not one
668
- # of the specific audio models. For example, long-form audio. Ideally the audio
669
- # is high-fidelity, recorded at a 16khz or greater sampling rate.
685
+ # that originated from video or includes multiple speakers. Ideally the audio is
686
+ # recorded at a 16khz or greater sampling rate. This is a premium model that
687
+ # costs more than the standard rate. default Best for audio that is not one of
688
+ # the specific audio models. For example, long-form audio. Ideally the audio is
689
+ # high-fidelity, recorded at a 16khz or greater sampling rate.
670
690
  # Corresponds to the JSON property `model`
671
691
  # @return [String]
672
692
  attr_accessor :model
@@ -691,7 +711,7 @@ module Google
691
711
 
692
712
  # Array of SpeechContext. A means to provide context to assist the speech
693
713
  # recognition. For more information, see [speech adaptation](https://cloud.
694
- # google.com/speech-to-text/docs/context-strength).
714
+ # google.com/speech-to-text/docs/adaptation).
695
715
  # Corresponds to the JSON property `speechContexts`
696
716
  # @return [Array<Google::Apis::SpeechV1p1beta1::SpeechContext>]
697
717
  attr_accessor :speech_contexts
@@ -720,6 +740,8 @@ module Google
720
740
  @enable_automatic_punctuation = args[:enable_automatic_punctuation] if args.key?(:enable_automatic_punctuation)
721
741
  @enable_separate_recognition_per_channel = args[:enable_separate_recognition_per_channel] if args.key?(:enable_separate_recognition_per_channel)
722
742
  @enable_speaker_diarization = args[:enable_speaker_diarization] if args.key?(:enable_speaker_diarization)
743
+ @enable_spoken_emojis = args[:enable_spoken_emojis] if args.key?(:enable_spoken_emojis)
744
+ @enable_spoken_punctuation = args[:enable_spoken_punctuation] if args.key?(:enable_spoken_punctuation)
723
745
  @enable_word_confidence = args[:enable_word_confidence] if args.key?(:enable_word_confidence)
724
746
  @enable_word_time_offsets = args[:enable_word_time_offsets] if args.key?(:enable_word_time_offsets)
725
747
  @encoding = args[:encoding] if args.key?(:encoding)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1p1beta1
18
18
  # Version of the google-apis-speech_v1p1beta1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210318"
25
+ REVISION = "20210429"
26
26
  end
27
27
  end
28
28
  end
@@ -339,6 +339,8 @@ module Google
339
339
  property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
340
340
  property :enable_separate_recognition_per_channel, as: 'enableSeparateRecognitionPerChannel'
341
341
  property :enable_speaker_diarization, as: 'enableSpeakerDiarization'
342
+ property :enable_spoken_emojis, as: 'enableSpokenEmojis'
343
+ property :enable_spoken_punctuation, as: 'enableSpokenPunctuation'
342
344
  property :enable_word_confidence, as: 'enableWordConfidence'
343
345
  property :enable_word_time_offsets, as: 'enableWordTimeOffsets'
344
346
  property :encoding, as: 'encoding'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-speech_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Speech-to-Text API V1p1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-speech_v1p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-speech_v1p1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Speech-to-Text API V1p1beta1