Struct gapi_grpc::google::cloud::language::v1::AnalyzeSentimentResponse [−][src]
The sentiment analysis response message.
Fields
document_sentiment: Option<Sentiment>
The overall sentiment of the input document.
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.v1.Document.language] field for more details.
sentences: Vec<Sentence>
The sentiment for all the sentences in the document.
Trait Implementations
impl Clone for AnalyzeSentimentResponse
[src][+]
impl Debug for AnalyzeSentimentResponse
[src][+]
impl Default for AnalyzeSentimentResponse
[src][+]
impl Message for AnalyzeSentimentResponse
[src][+]
impl PartialEq<AnalyzeSentimentResponse> for AnalyzeSentimentResponse
[src][+]
impl StructuralPartialEq for AnalyzeSentimentResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for AnalyzeSentimentResponse
impl Send for AnalyzeSentimentResponse
impl Sync for AnalyzeSentimentResponse
impl Unpin for AnalyzeSentimentResponse
impl UnwindSafe for AnalyzeSentimentResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,