com.google.cloud.language.v1.SentimentOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-google-cloud-language-v1 Show documentation
Show all versions of grpc-google-cloud-language-v1 Show documentation
GRPC library for grpc-google-cloud-language-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/language/v1/language_service.proto
package com.google.cloud.language.v1;
public interface SentimentOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.language.v1.Sentiment)
com.google.protobuf.MessageOrBuilder {
/**
*
* A non-negative number in the [0, +inf) range, which represents
* the absolute magnitude of sentiment regardless of score (positive or
* negative).
*
*
* float magnitude = 2;
*/
float getMagnitude();
/**
*
* Sentiment score between -1.0 (negative sentiment) and 1.0
* (positive sentiment).
*
*
* float score = 3;
*/
float getScore();
}