AnalyzeSentimentRequest constructor
AnalyzeSentimentRequest({
- required Document? document,
- EncodingType encodingType = EncodingType.$default,
Implementation
AnalyzeSentimentRequest({
required this.document,
this.encodingType = EncodingType.$default,
}) : super(fullyQualifiedName);