Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeneratedClientSentimentOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • GeneratedClientSentimentOptionalParams

Index

Properties

Optional includeStatistics

includeStatistics: undefined | false | true

(Optional) if set to true, response will contain request and document level statistics.

Optional loggingOptOut

loggingOptOut: undefined | false | true

(Optional) 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 in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.

Optional modelVersion

modelVersion: undefined | string

(Optional) 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.

Optional opinionMining

opinionMining: undefined | false | true

(Optional) if set to true, response will contain not only sentiment prediction but also opinion mining (aspect-based sentiment analysis) results.

Optional stringIndexType

stringIndexType: StringIndexType

(Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets

Generated using TypeDoc