azure_cognitiveservices_videosearch 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 528408b53951528049f1327c379bc07f953c45aa
4
- data.tar.gz: 62821319c792cd66eb800317e13a693853c9f38d
3
+ metadata.gz: 2cc5f0ef12442e25e8ce0ca3199dfa24f24e91e6
4
+ data.tar.gz: 4365b517513bc91cdeebaf11d2fa6ac000aa6222
5
5
  SHA512:
6
- metadata.gz: b8eb5de2a500cc69c8b17327d26645387b5b50aecfeb7cb2f3b50e5a311af5982f3253f8e4bf4306eb24383dac4f080668362f49c88e13ccb705075e5d19d1e3
7
- data.tar.gz: 5e9a90b8f37b042a50a7eb35001772f61421ae5a3fd5e7c68ccca34ba49bb9ab987a12ba46c55dd7b3e4fe553633e8a02fe7dacb75ae870121620bcb37cc98fb
6
+ metadata.gz: cab9d23a12aea2fc08467330200f4510f539dee376f887a8bf0653d8609abfcc42044abcd651581cbd3d0252c4e77971dc7be6160c24cb4cf5752f0c9586f423
7
+ data.tar.gz: 2ff328f35016e521cd5b0a3ff8a851c03d2a15e859cd01b337e67a6a23b0414d16fe18f450c3da8858b5febb914b0f21ce2a1f56c9347caee727cbf6e20f70f1
@@ -21,15 +21,16 @@ module Azure::CognitiveServices::VideoSearch::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
  # @return [VideosOperations] videos_operations
@@ -120,7 +121,7 @@ module Azure::CognitiveServices::VideoSearch::V1_0
120
121
  #
121
122
  def add_telemetry
122
123
  sdk_information = 'azure_cognitiveservices_videosearch'
123
- sdk_information = "#{sdk_information}/0.16.0"
124
+ sdk_information = "#{sdk_information}/0.17.0"
124
125
  add_user_agent_information(sdk_information)
125
126
  end
126
127
  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::VideoSearch
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_videosearch
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 Video Search Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []