Skip to content

voisona-talk-api


voisona-talk-api / TextAnalysisBaseInformation

Interface: TextAnalysisBaseInformation

Defined in: types.ts:117

Base information for a text analysis request.

Extended by

Properties

progress_percentage

progress_percentage: number

Defined in: types.ts:119

Progress of the analysis (0 to 100).


state

state: RequestState

Defined in: types.ts:121

Current state of the request.


text

text: string

Defined in: types.ts:123

Source text for analysis.


uuid

uuid: string

Defined in: types.ts:125

Unique ID for the request.