Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectLanguageEntitiesRequest

example

Click here to see how to use DetectLanguageEntitiesRequest.

Hierarchy

Properties

detectLanguageEntitiesDetails

detectLanguageEntitiesDetails: DetectLanguageEntitiesDetails

The details to make a Entity detect call.

Optional isPii

isPii: undefined | false | true

If this parameter is set to true, you only get PII (Personally identifiable information) entities like PhoneNumber, Email, Person, and so on. Default value is false.

Optional modelVersion

modelVersion: model.NerModelVersion

Named Entity Recognition model versions. By default user will get output from V2.1 implementation.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made