All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.language.v1.SentimentOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.50.0
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy