Class OutputFormatConfig (2.25.1)

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

Configuration for the format of the results stored to output.

Attributes

NameDescription
native google.cloud.speech_v2.types.NativeOutputFileFormatConfig
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.
vtt google.cloud.speech_v2.types.VttOutputFileFormatConfig
Configuration for the vtt output format. If this field is set then transcripts will be written to the sink in the vtt format.
srt google.cloud.speech_v2.types.SrtOutputFileFormatConfig
Configuration for the srt output format. If this field is set then transcripts will be written to the sink in the srt format.