Struct gapi_grpc::google::cloud::mediatranslation::v1alpha1::StreamingTranslateSpeechRequest[][src]

pub struct StreamingTranslateSpeechRequest {
    pub streaming_request: Option<StreamingRequest>,
}

The top-level message sent by the client for the StreamingTranslateSpeech method. Multiple StreamingTranslateSpeechRequest messages are sent. The first message must contain a streaming_config message and must not contain audio_content data. All subsequent messages must contain audio_content data and must not contain a streaming_config message.

Fields

streaming_request: Option<StreamingRequest>

The streaming request, which is either a streaming config or content.

Trait Implementations

impl Clone for StreamingTranslateSpeechRequest[src]

impl Debug for StreamingTranslateSpeechRequest[src]

impl Default for StreamingTranslateSpeechRequest[src]

impl Message for StreamingTranslateSpeechRequest[src]

impl PartialEq<StreamingTranslateSpeechRequest> for StreamingTranslateSpeechRequest[src]

impl StructuralPartialEq for StreamingTranslateSpeechRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for StreamingTranslateSpeechRequest

impl Send for StreamingTranslateSpeechRequest

impl Sync for StreamingTranslateSpeechRequest

impl Unpin for StreamingTranslateSpeechRequest

impl UnwindSafe for StreamingTranslateSpeechRequest

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]