Sha256: e712989f57d70e3d69cda873b75ce93981e870e9af6cff31d405c1c215121991
Contents?: true
Size: 1.44 KB
Versions: 2
Compression:
Stored size: 1.44 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::MediaServices::Mgmt::V2020_05_01 module Models # # Describes a transcription track in the output of a live event, generated # using speech-to-text transcription. This property is reserved for future # use, any value set on this property will be ignored. # class LiveEventOutputTranscriptionTrack include MsRestAzure # @return [String] The output track name. This property is reserved for # future use, any value set on this property will be ignored. attr_accessor :track_name # # Mapper for LiveEventOutputTranscriptionTrack class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LiveEventOutputTranscriptionTrack', type: { name: 'Composite', class_name: 'LiveEventOutputTranscriptionTrack', model_properties: { track_name: { client_side_validation: true, required: true, serialized_name: 'trackName', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems