Skip to content

Commit

Permalink
Merge pull request #129 from dvonthenen/remove-unneeded-prerecorded-p…
Browse files Browse the repository at this point in the history
…aram

Remove Legacy/Deprecated PreRecorded Option/Param
  • Loading branch information
dvonthenen authored Nov 16, 2023
2 parents 8ed6c2c + 29f74d0 commit 01af24f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/client/interfaces/types-prerecorded.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ type PreRecordedTranscriptionOptions struct {
Tag []string `json:"tag" url:"tag,omitempty"`
Tier string `json:"tier" url:"tier,omitempty" `
Times bool `json:"times" url:"times,omitempty"` // Indicates whether to convert times from written format (e.g., 3:00 pm) to numerical format (e.g., 15:00).
Translate string `json:"translate" url:"translate,omitempty" `
Utterances bool `json:"utterances" url:"utterances,omitempty" `
Utt_split float64 `json:"utt_split" url:"utt_split,omitempty" `
Version string `json:"version" url:"version,omitempty" `
Expand Down

0 comments on commit 01af24f

Please sign in to comment.