doc.go 1.2 KB

12345678910111213141516171819202122232425262728
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package transcribeservice provides the client and types for making API
  3. // requests to Amazon Transcribe Service.
  4. //
  5. // Operations and objects for transcribing speech to text.
  6. //
  7. // See https://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26 for more information on this service.
  8. //
  9. // See transcribeservice package documentation for more information.
  10. // https://docs.aws.amazon.com/sdk-for-go/api/service/transcribeservice/
  11. //
  12. // Using the Client
  13. //
  14. // To contact Amazon Transcribe Service with the SDK use the New function to create
  15. // a new service client. With that client you can make API requests to the service.
  16. // These clients are safe to use concurrently.
  17. //
  18. // See the SDK's documentation for more information on how to use the SDK.
  19. // https://docs.aws.amazon.com/sdk-for-go/api/
  20. //
  21. // See aws.Config documentation for more information on configuring SDK clients.
  22. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  23. //
  24. // See the Amazon Transcribe Service client TranscribeService for more
  25. // information on creating client for this service.
  26. // https://docs.aws.amazon.com/sdk-for-go/api/service/transcribeservice/#New
  27. package transcribeservice