SentenceOpinion Struct

Definition

A sentence opinion object contains assessments extracted from a sentence. It consists of both the target that these assessments are about, and the actual assessment themselves.

public readonly struct SentenceOpinion
type SentenceOpinion = struct
Public Structure SentenceOpinion
Inheritance
SentenceOpinion

Properties

Assessments

The list of assessments that are related to the target.

For example in "The food at Hotel Foo is good", "food" is a target of "Hotel Foo" and "good" is the assessment related to the target.

Target

Get the target in text, such as the attributes of products or services.

For example in "The food at Hotel Foo is good", "food" is a target of "Hotel Foo".

Applies to