Class: Google::Cloud::Speech::V2::OutputFormatConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::OutputFormatConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Configuration for the format of the results stored to output
.
Instance Attribute Summary collapse
-
#native ⇒ ::Google::Cloud::Speech::V2::NativeOutputFileFormatConfig
Configuration for the native output format.
-
#srt ⇒ ::Google::Cloud::Speech::V2::SrtOutputFileFormatConfig
Configuration for the srt output format.
-
#vtt ⇒ ::Google::Cloud::Speech::V2::VttOutputFileFormatConfig
Configuration for the vtt output format.
Instance Attribute Details
#native ⇒ ::Google::Cloud::Speech::V2::NativeOutputFileFormatConfig
Returns Configuration for the native output format. If this field is set or if no other output format field is set then transcripts will be written to the sink in the native format.
1060 1061 1062 1063 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1060 class OutputFormatConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#srt ⇒ ::Google::Cloud::Speech::V2::SrtOutputFileFormatConfig
Returns Configuration for the srt output format. If this field is set then transcripts will be written to the sink in the srt format.
1060 1061 1062 1063 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1060 class OutputFormatConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vtt ⇒ ::Google::Cloud::Speech::V2::VttOutputFileFormatConfig
Returns Configuration for the vtt output format. If this field is set then transcripts will be written to the sink in the vtt format.
1060 1061 1062 1063 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1060 class OutputFormatConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |