File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments