AnalyzeSentimentRequest constructor

AnalyzeSentimentRequest({
  1. required Document? document,
  2. EncodingType encodingType = EncodingType.$default,
})

Implementation

AnalyzeSentimentRequest({
  required this.document,
  this.encodingType = EncodingType.$default,
}) : super(fullyQualifiedName);