Class StreamingRecognizeRequest (2.23.0)

StreamingRecognizeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the StreamingRecognize method. Multiple StreamingRecognizeRequest messages are sent in one call.

If the Recognizer referenced by recognizer contains a fully specified request configuration then the stream may only contain messages with only audio set.

Otherwise the first message must contain a recognizer and a streaming_config message that together fully specify the request configuration and must not contain audio. All subsequent messages must only have audio set.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
recognizer str
Required. The name of the Recognizer to use during recognition. The expected format is projects/{project}/locations/{location}/recognizers/{recognizer}. The {recognizer} segment may be set to _ to use an empty implicit Recognizer.
streaming_config google.cloud.speech_v2.types.StreamingRecognitionConfig
StreamingRecognitionConfig to be used in this recognition attempt. If provided, it will override the default RecognitionConfig stored in the Recognizer. This field is a member of oneof_ streaming_request.
audio bytes
Inline audio bytes to be Recognized. Maximum size for this field is 15 KB per request. This field is a member of oneof_ streaming_request.