Struct gapi_grpc::google::cloud::language::v1beta2::AnalyzeEntitySentimentResponse[][src]

pub struct AnalyzeEntitySentimentResponse {
    pub entities: Vec<Entity>,
    pub language: String,
}

The entity-level sentiment analysis response message.

Fields

entities: Vec<Entity>

The recognized entities in the input document with associated sentiments.

language: String

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See [Document.language][google.cloud.language.v1beta2.Document.language] field for more details.

Trait Implementations

impl Clone for AnalyzeEntitySentimentResponse[src]

impl Debug for AnalyzeEntitySentimentResponse[src]

impl Default for AnalyzeEntitySentimentResponse[src]

impl Message for AnalyzeEntitySentimentResponse[src]

impl PartialEq<AnalyzeEntitySentimentResponse> for AnalyzeEntitySentimentResponse[src]

impl StructuralPartialEq for AnalyzeEntitySentimentResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for AnalyzeEntitySentimentResponse

impl Send for AnalyzeEntitySentimentResponse

impl Sync for AnalyzeEntitySentimentResponse

impl Unpin for AnalyzeEntitySentimentResponse

impl UnwindSafe for AnalyzeEntitySentimentResponse

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]