Class: Google::Cloud::Speech::V2::OutputFormatConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:



1039
1040
1041
1042
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1039

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.

Returns:



1039
1040
1041
1042
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1039

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.

Returns:



1039
1040
1041
1042
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1039

class OutputFormatConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end