Class: Google::Cloud::Dialogflow::CX::V3::SpeechProcessingMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::SpeechProcessingMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/trace.rb
Overview
Metadata of the speech-to-text and text-to-speech processing.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the speech processing.
69 70 71 72 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 69 class SpeechProcessingMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |