Class: Google::Cloud::AIPlatform::V1::Transcription
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Transcription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/session.rb
Overview
Audio transcription in Server Content.
Instance Attribute Summary collapse
-
#finished ⇒ ::Boolean
Optional.
-
#text ⇒ ::String
Optional.
Instance Attribute Details
#finished ⇒ ::Boolean
Returns Optional. The bool indicates the end of the transcription.
208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/session.rb', line 208 class Transcription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Optional. Transcription text.
208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/session.rb', line 208 class Transcription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |