RecognizeCategorizedEntitiesAction interface

Options for an entities recognition action.

Extends

Properties

disableServiceLogs

If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.

stringIndexType

Specifies the measurement unit used to calculate the offset and length properties. Possible units are "TextElements_v8", "UnicodeCodePoint", and "Utf16CodeUnit". The default is the JavaScript's default which is "Utf16CodeUnit".

Inherited Properties

actionName

The preferred name for this action.

modelVersion

The version of the text analytics model used by this operation on this batch of input documents.

Property Details

disableServiceLogs

If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.

disableServiceLogs?: boolean

Property Value

boolean

stringIndexType

Specifies the measurement unit used to calculate the offset and length properties. Possible units are "TextElements_v8", "UnicodeCodePoint", and "Utf16CodeUnit". The default is the JavaScript's default which is "Utf16CodeUnit".

stringIndexType?: StringIndexType

Property Value

Inherited Property Details

actionName

The preferred name for this action.

actionName?: string

Property Value

string

Inherited From TextAnalyticsAction.actionName

modelVersion

The version of the text analytics model used by this operation on this batch of input documents.

modelVersion?: string

Property Value

string

Inherited From TextAnalyticsAction.modelVersion