Skip to content

voisona-talk-api


voisona-talk-api / TextAnalysisRequest

Interface: TextAnalysisRequest

Defined in: types.ts:131

Detailed information and results of a text analysis request.

Extends

Properties

analyzed_text?

optional analyzed_text?: string

Defined in: types.ts:133

Linguistic and prosodic data analyzed from text (TSML).


meta?

optional meta?: MetaInformation

Defined in: types.ts:135

Metadata information.


progress_percentage

progress_percentage: number

Defined in: types.ts:119

Progress of the analysis (0 to 100).

Inherited from

TextAnalysisBaseInformation.progress_percentage


state

state: RequestState

Defined in: types.ts:121

Current state of the request.

Inherited from

TextAnalysisBaseInformation.state


text

text: string

Defined in: types.ts:123

Source text for analysis.

Inherited from

TextAnalysisBaseInformation.text


uuid

uuid: string

Defined in: types.ts:125

Unique ID for the request.

Inherited from

TextAnalysisBaseInformation.uuid