AnalyzeSentimentResponse ComplexType

Contains the response from the AnalyzeSentiment action.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
sentiment Edm.String

The predicted sentiment.

Navigation Properties

The navigation properties of a complex type contain references to an entity type or a collection of entity types.

Name Type Nullable Description
documentScores crmbaseentity False The sentiment confidence score.
sentences Collection(crmbaseentity) False Gets the predicted sentiment and other analysis like Opinion mining for each sentence in the corresponding text.

Used by

The following use the AnalyzeSentimentResponse ComplexType.

Name How used
AnalyzeSentiment ReturnType

See also