ExtractKeyPhrasesOptions interface
Options for the extract key phrases operation.
- Extends
Inherited Properties
abort |
The signal which can be used to abort requests. |
disable |
If set to true (the default for |
include |
If set to true, response will contain input and document level statistics. |
model |
This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. For supported model versions, see operation-specific documentation, for example: https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis#model-versioning |
on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
request |
Options used when creating and sending HTTP requests for this operation. |
serializer |
Options to override serialization/de-serialization behavior. |
tracing |
Options used when tracing is enabled. |
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From TextAnalyticsOperationOptions.abortSignal
disableServiceLogs
If set to true (the default for beginAnalyzeHealthcareEntities
and recognizePiiEntities
),
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
Inherited From TextAnalyticsOperationOptions.disableServiceLogs
includeStatistics
If set to true, response will contain input and document level statistics.
includeStatistics?: boolean
Property Value
boolean
Inherited From TextAnalyticsOperationOptions.includeStatistics
modelVersion
This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. For supported model versions, see operation-specific documentation, for example: https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis#model-versioning
modelVersion?: string
Property Value
string
Inherited From TextAnalyticsOperationOptions.modelVersion
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From TextAnalyticsOperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From TextAnalyticsOperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From TextAnalyticsOperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From TextAnalyticsOperationOptions.tracingOptions