lib/google/cloud/vision.rb in google-cloud-vision-1.0.0 vs lib/google/cloud/vision.rb in google-cloud-vision-1.0.1
- old
+ new
@@ -131,11 +131,11 @@
# The library name as recorded in instrumentation and logging.
# * `lib_version` (*type:* `String`) -
# The library version as recorded in instrumentation and logging.
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
# An array of interceptors that are run before calls are executed.
- # * `timeout` (*type:* `Integer`) -
- # Default timeout in milliseconds.
+ # * `timeout` (*type:* `Numeric`) -
+ # Default timeout in seconds.
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
# Additional gRPC headers to be sent with the call.
# * `retry_policy` (*type:* `Hash`) -
# The retry policy. The value is a hash with the following keys:
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.