Function: ParaphraseApiFactory()
ParaphraseApiFactory(
configuration
?,basePath
?,axios
?):object
ParaphraseApi - factory interface
Parameters
configuration?
basePath?
string
axios?
AxiosInstance
Returns
object
apiV1ParaphraseBatchPost()
Parameters
temperature?
number
paraphraseMaxNumber?
number
adequacyThreshold?
number
fluencyThreshold?
number
diversityRanker?
requestBody?
string
[]
options?
RawAxiosRequestConfig
Override http request option.
Returns
AxiosPromise
<ParaphraseResponseDTO
[]>
Throws
apiV1ParaphraseGptPost()
Parameters
paraphraseMaxNumber?
number
temperature?
number
body?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
AxiosPromise
<ParaphraseResponseDTO
>
Throws
Export
Found a mistake? Let us know.