Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) Options() transcribestreaming.Options
- func (_m *IClient) StartCallAnalyticsStreamTranscription(ctx context.Context, ...) (*transcribestreaming.StartCallAnalyticsStreamTranscriptionOutput, error)
- func (_m *IClient) StartMedicalStreamTranscription(ctx context.Context, ...) (*transcribestreaming.StartMedicalStreamTranscriptionOutput, error)
- func (_m *IClient) StartStreamTranscription(ctx context.Context, params *transcribestreaming.StartStreamTranscriptionInput, ...) (*transcribestreaming.StartStreamTranscriptionOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) Options ¶
func (_m *IClient) Options() transcribestreaming.Options
Options provides a mock function with given fields:
func (*IClient) StartCallAnalyticsStreamTranscription ¶
func (_m *IClient) StartCallAnalyticsStreamTranscription(ctx context.Context, params *transcribestreaming.StartCallAnalyticsStreamTranscriptionInput, optFns ...func(*transcribestreaming.Options)) (*transcribestreaming.StartCallAnalyticsStreamTranscriptionOutput, error)
StartCallAnalyticsStreamTranscription provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartMedicalStreamTranscription ¶
func (_m *IClient) StartMedicalStreamTranscription(ctx context.Context, params *transcribestreaming.StartMedicalStreamTranscriptionInput, optFns ...func(*transcribestreaming.Options)) (*transcribestreaming.StartMedicalStreamTranscriptionOutput, error)
StartMedicalStreamTranscription provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartStreamTranscription ¶
func (_m *IClient) StartStreamTranscription(ctx context.Context, params *transcribestreaming.StartStreamTranscriptionInput, optFns ...func(*transcribestreaming.Options)) (*transcribestreaming.StartStreamTranscriptionOutput, error)
StartStreamTranscription provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.