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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8960a84da6dbe8a2b5b0197438a6ffd6f6a058d
|
4
|
+
data.tar.gz: cc4687fa9c67eaf1e5ec27b46f74c6ba5279031b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d447a16c2b97419acd4558a6a32699266027dee1d0bf06498cdb298f6c9a4c65aa0dff00ee75abb674346ac12a9a8fc2cf38181bafe7d35a6b5e4aa3db098f76
|
7
|
+
data.tar.gz: 85bbc62915d16e95e6b1e0230666273c87117bbb80379cdc616dc9f699161a9565a982440bbefb8251aec9c47cb8c3bbd64b604a3cae4ae9a24591148b3b4813
|
@@ -21,15 +21,16 @@ module Azure::CognitiveServices::SpellCheck::V1_0
|
|
21
21
|
# subscription.
|
22
22
|
attr_accessor :credentials
|
23
23
|
|
24
|
-
# @return [String]
|
24
|
+
# @return [String] The preferred language for the response.
|
25
25
|
attr_accessor :accept_language
|
26
26
|
|
27
|
-
# @return [Integer]
|
28
|
-
#
|
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]
|
32
|
-
#
|
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: '
|
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: '
|
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: '
|
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.
|
773
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
773
774
|
add_user_agent_information(sdk_information)
|
774
775
|
end
|
775
776
|
end
|
data/lib/version.rb
CHANGED
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.
|
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-
|
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.
|
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.
|
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: []
|