Skip to content

Commit c90c9a2

Browse files
committed
docs(VisualRecognitionV4): update comments for analyze method
1 parent f2b801d commit c90c9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ibm_watson/visual_recognition_v4.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def initialize(args = {})
8181
# Encode the image and .zip file names in UTF-8 if they contain non-ASCII
8282
# characters. The service assumes UTF-8 encoding if it encounters non-ASCII
8383
# characters.
84-
# @param collection_ids [String] The IDs of the collections to analyze. Separate multiple values with commas.
85-
# @param features [String] The features to analyze. Separate multiple values with commas.
84+
# @param collection_ids [Array[String]] An array of IDs of the collections to analyze. Separate multiple values with commas.
85+
# @param features [Array[String]] An array of features to analyze. Separate multiple values with commas.
8686
# @param images_file [Array[FileWithMetadata]] An array of image files (.jpg or .png) or .zip files with images.
8787
# - Include a maximum of 20 images in a request.
8888
# - Limit the .zip file to 100 MB.

0 commit comments

Comments
 (0)