amazon_transcribe/model.py [252:260]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.show_speaker_label: Optional[bool] = show_speaker_label
        self.enable_channel_identification: Optional[
            bool
        ] = enable_channel_identification
        self.number_of_channels: Optional[int] = number_of_channels
        self.enable_partial_results_stabilization: Optional[
            bool
        ] = enable_partial_results_stabilization
        self.partial_results_stability: Optional[str] = partial_results_stability
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



amazon_transcribe/model.py [338:346]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.show_speaker_label: Optional[bool] = show_speaker_label
        self.enable_channel_identification: Optional[
            bool
        ] = enable_channel_identification
        self.number_of_channels: Optional[int] = number_of_channels
        self.enable_partial_results_stabilization: Optional[
            bool
        ] = enable_partial_results_stabilization
        self.partial_results_stability: Optional[str] = partial_results_stability
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



