* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
*
*
@ -495,9 +493,9 @@ class AiApi
* @throws \InvalidArgumentException
* @throws \InvalidArgumentException
* @return array of \OpenAPI\Client\Model\ResponseOpenAPIExtractTextResult, HTTP status code, HTTP response headers (array of strings)
* @return array of \OpenAPI\Client\Model\ResponseOpenAPIExtractTextResult, HTTP status code, HTTP response headers (array of strings)
*/
*/
public function extractTextWithHttpInfo($file, $file2 = null, $param = null, string $contentType = self::contentTypes['extractText'][0])
public function extractTextWithHttpInfo($file = null, $param = null, string $contentType = self::contentTypes['extractText'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
*
*
* @throws \InvalidArgumentException
* @throws \InvalidArgumentException
* @return \GuzzleHttp\Promise\PromiseInterface
* @return \GuzzleHttp\Promise\PromiseInterface
*/
*/
public function extractTextAsync($file, $file2 = null, $param = null, string $contentType = self::contentTypes['extractText'][0])
public function extractTextAsync($file = null, $param = null, string $contentType = self::contentTypes['extractText'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
*
*
* @throws \InvalidArgumentException
* @throws \InvalidArgumentException
* @return \GuzzleHttp\Promise\PromiseInterface
* @return \GuzzleHttp\Promise\PromiseInterface
*/
*/
public function extractTextAsyncWithHttpInfo($file, $file2 = null, $param = null, string $contentType = self::contentTypes['extractText'][0])
public function extractTextAsyncWithHttpInfo($file = null, $param = null, string $contentType = self::contentTypes['extractText'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['extractText'] to see the possible values for this operation
*
*
* @throws \InvalidArgumentException
* @throws \InvalidArgumentException
* @return \GuzzleHttp\Psr7\Request
* @return \GuzzleHttp\Psr7\Request
*/
*/
public function extractTextRequest($file, $file2 = null, $param = null, string $contentType = self::contentTypes['extractText'][0])
public function extractTextRequest($file = null, $param = null, string $contentType = self::contentTypes['extractText'][0])