@@ -191,13 +191,6 @@ def post_batch_split( post_batch_split_request, opts = {})
191191 return data
192192 end
193193
194- # Extract barcodes from worksheet picture.
195-
196- def get_extract_barcodes( get_extract_barcodes_request, opts = {})
197-
198- data, _status_code, _headers = get_extract_barcodes_request.create_http_request(@api_client,opts )
199- return data
200- end
201194
202195 # Clear cells contents in worksheet.
203196
@@ -10856,82 +10849,7 @@ def cells_page_setup_post_page_setup_with_http_info(name, sheet_name, opts = {})
1085610849 end
1085710850 return data, status_code, headers
1085810851 end
10859- # Get chart area border info.
10860- #
10861- # @param name Workbook name.
10862- # @param sheet_name Worksheet name.
10863- # @param picture_index The picture index.
10864- # @param [Hash] opts the optional parameters
10865- # @option opts [String] :folder Workbook folder.
10866- # @option opts [String] :storage_name storage name.
10867- # @return [BarcodeResponseList]
10868- def cells_picture_get_extract_barcodes(name, sheet_name, picture_index, opts = {})
10869- warn "Warning: #cells_picture_get_extract_barcodes() is deprecated."
10870- data, _status_code, _headers = cells_picture_get_extract_barcodes_with_http_info(name, sheet_name, picture_index, opts)
10871- return data
10872- end
10873-
10874- # Get chart area border info.
10875- #
10876- # @param name Workbook name.
10877- # @param sheet_name Worksheet name.
10878- # @param picture_index The picture index.
10879- # @param [Hash] opts the optional parameters
10880- # @option opts [String] :folder Workbook folder.
10881- # @option opts [String] :storage_name storage name.
10882- # @return [Array<(BarcodeResponseList, Fixnum, Hash)>] BarcodeResponseList data, response status code and response headers
10883- def cells_picture_get_extract_barcodes_with_http_info(name, sheet_name, picture_index, opts = {})
10884- warn "Warning: #cells_picture_get_extract_barcodes_with_http_info() is deprecated."
10885- if @api_client.config.debugging
10886- @api_client.config.logger.debug "Calling API: CellsApi.cells_picture_get_extract_barcodes ..."
10887- end
10888- @api_client.request_token_if_needed
10889- # verify the required parameter 'name' is set
10890- if @api_client.config.client_side_validation && name.nil?
10891- fail ArgumentError, "Missing the required parameter 'name' when calling CellsApi.cells_picture_get_extract_barcodes"
10892- end
10893- # verify the required parameter 'sheet_name' is set
10894- if @api_client.config.client_side_validation && sheet_name.nil?
10895- fail ArgumentError, "Missing the required parameter 'sheet_name' when calling CellsApi.cells_picture_get_extract_barcodes"
10896- end
10897- # verify the required parameter 'picture_index' is set
10898- if @api_client.config.client_side_validation && picture_index.nil?
10899- fail ArgumentError, "Missing the required parameter 'picture_index' when calling CellsApi.cells_picture_get_extract_barcodes"
10900- end
10901- # resource path
10902- local_var_path = "/cells/{name}/worksheets/{sheetName}/pictures/{pictureIndex}/recognize".sub('{' + 'name' + '}', name.to_s).sub('{' + 'sheetName' + '}', sheet_name.to_s).sub('{' + 'pictureIndex' + '}', picture_index.to_s)
10903-
10904- # query parameters
10905- query_params = {}
10906- query_params[:'folder'] = opts[:'folder'] if !opts[:'folder'].nil?
10907- query_params[:'storageName'] = opts[:'storage_name'] if !opts[:'storage_name'].nil?
10908-
10909- # header parameters
10910- header_params = {}
10911- # HTTP header 'Accept' (if needed)
10912- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
10913- # HTTP header 'Content-Type'
10914- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
10915-
10916- # form parameters
10917- form_params = {}
1091810852
10919- # http body (model)
10920- post_body = nil
10921- #auth_names = []
10922- auth_names = ['JWT']
10923- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
10924- :header_params => header_params,
10925- :query_params => query_params,
10926- :form_params => form_params,
10927- :body => post_body,
10928- :auth_names => auth_names,
10929- :return_type => 'BarcodeResponseList')
10930- if @api_client.config.debugging
10931- @api_client.config.logger.debug "API called: CellsApi#cells_picture_get_extract_barcodes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
10932- end
10933- return data, status_code, headers
10934- end
1093510853 # Delete a picture object in worksheet
1093610854 #
1093710855 # @param name The workbook name.
0 commit comments