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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2cc5f0ef12442e25e8ce0ca3199dfa24f24e91e6
|
4
|
+
data.tar.gz: 4365b517513bc91cdeebaf11d2fa6ac000aa6222
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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]
|
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
|
# @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.
|
124
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
124
125
|
add_user_agent_information(sdk_information)
|
125
126
|
end
|
126
127
|
end
|
data/lib/version.rb
CHANGED
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.
|
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 Video Search Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|