azure_cognitiveservices_spellcheck 0.16.0 → 0.17.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
  SHA1:
3
- metadata.gz: f0b58f2fce0e33f7708cd66dea0c33f21556befc
4
- data.tar.gz: d6da257eedef45d6c2eed4f2365e3f1e0f02a6ec
3
+ metadata.gz: f8960a84da6dbe8a2b5b0197438a6ffd6f6a058d
4
+ data.tar.gz: cc4687fa9c67eaf1e5ec27b46f74c6ba5279031b
5
5
  SHA512:
6
- metadata.gz: ffa1f2915bf4240e665d2c4df60085391db100f1ffce6afc95e59bcadbeca4d2f68b5e9a894315f299393a5dcebf05dc4815d11d81279163fc8331bd8f749b38
7
- data.tar.gz: 75c49592a2ec250f64c9fa931ee512b51d0e2d14c76d91395e74760a6361399f6d5bf0900dacfcc232e3e036b7366da299468992c20e494ba876be0f505242fa
6
+ metadata.gz: d447a16c2b97419acd4558a6a32699266027dee1d0bf06498cdb298f6c9a4c65aa0dff00ee75abb674346ac12a9a8fc2cf38181bafe7d35a6b5e4aa3db098f76
7
+ data.tar.gz: 85bbc62915d16e95e6b1e0230666273c87117bbb80379cdc616dc9f699161a9565a982440bbefb8251aec9c47cb8c3bbd64b604a3cae4ae9a24591148b3b4813
@@ -9,8 +9,8 @@ module Azure::CognitiveServices::SpellCheck::V1_0
9
9
  # Defines values for Mode
10
10
  #
11
11
  module Mode
12
- Proof = "Proof"
13
- Spell = "Spell"
12
+ Proof = "proof"
13
+ Spell = "spell"
14
14
  end
15
15
  end
16
16
  end
@@ -21,15 +21,16 @@ module Azure::CognitiveServices::SpellCheck::V1_0
21
21
  # subscription.
22
22
  attr_accessor :credentials
23
23
 
24
- # @return [String] Gets or sets the preferred language for the response.
24
+ # @return [String] The preferred language for the response.
25
25
  attr_accessor :accept_language
26
26
 
27
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
28
- # Running Operations. Default value is 30.
27
+ # @return [Integer] The retry timeout in seconds for Long Running
28
+ # Operations. Default value is 30.
29
29
  attr_accessor :long_running_operation_retry_timeout
30
30
 
31
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
32
- # is generated and included in each request. Default is true.
31
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
32
+ # generated. When set to true a unique x-ms-client-request-id value is
33
+ # generated and included in each request. Default is true.
33
34
  attr_accessor :generate_client_request_id
34
35
 
35
36
  #
@@ -278,7 +279,7 @@ module Azure::CognitiveServices::SpellCheck::V1_0
278
279
  # default is Proof. 1) Proof—Finds most spelling and grammar mistakes. 2)
279
280
  # Spell—Finds most spelling mistakes but does not find some of the grammar
280
281
  # errors that Proof catches (for example, capitalization and repeated words).
281
- # Possible values include: 'Proof', 'Spell'
282
+ # Possible values include: 'proof', 'spell'
282
283
  # @param pre_context_text [String] A string that gives context to the text
283
284
  # string. For example, the text string petal is valid. However, if you set
284
285
  # preContextText to bike, the context changes and the text string becomes not
@@ -476,7 +477,7 @@ module Azure::CognitiveServices::SpellCheck::V1_0
476
477
  # default is Proof. 1) Proof—Finds most spelling and grammar mistakes. 2)
477
478
  # Spell—Finds most spelling mistakes but does not find some of the grammar
478
479
  # errors that Proof catches (for example, capitalization and repeated words).
479
- # Possible values include: 'Proof', 'Spell'
480
+ # Possible values include: 'proof', 'spell'
480
481
  # @param pre_context_text [String] A string that gives context to the text
481
482
  # string. For example, the text string petal is valid. However, if you set
482
483
  # preContextText to bike, the context changes and the text string becomes not
@@ -673,7 +674,7 @@ module Azure::CognitiveServices::SpellCheck::V1_0
673
674
  # default is Proof. 1) Proof—Finds most spelling and grammar mistakes. 2)
674
675
  # Spell—Finds most spelling mistakes but does not find some of the grammar
675
676
  # errors that Proof catches (for example, capitalization and repeated words).
676
- # Possible values include: 'Proof', 'Spell'
677
+ # Possible values include: 'proof', 'spell'
677
678
  # @param pre_context_text [String] A string that gives context to the text
678
679
  # string. For example, the text string petal is valid. However, if you set
679
680
  # preContextText to bike, the context changes and the text string becomes not
@@ -769,7 +770,7 @@ module Azure::CognitiveServices::SpellCheck::V1_0
769
770
  #
770
771
  def add_telemetry
771
772
  sdk_information = 'azure_cognitiveservices_spellcheck'
772
- sdk_information = "#{sdk_information}/0.16.0"
773
+ sdk_information = "#{sdk_information}/0.17.0"
773
774
  add_user_agent_information(sdk_information)
774
775
  end
775
776
  end
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::CognitiveServices::SpellCheck
6
- VERSION = '0.16.0'
6
+ VERSION = '0.17.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_cognitiveservices_spellcheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-12 00:00:00.000000000 Z
11
+ date: 2018-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.10.0
75
+ version: 0.11.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.10.0
82
+ version: 0.11.0
83
83
  description: Microsoft Azure Cognitive Services Spell Check Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []