Class: Aws::TranscribeService::Types::ListCallAnalyticsCategoriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::ListCallAnalyticsCategoriesResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#categories ⇒ Array<Types::CategoryProperties>
A list of objects containing information about analytics categories.
-
#next_token ⇒ String
The operation returns a page of jobs at a time.
Instance Attribute Details
#categories ⇒ Array<Types::CategoryProperties>
A list of objects containing information about analytics categories.
1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1867 class ListCallAnalyticsCategoriesResponse < Struct.new( :next_token, :categories) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The operation returns a page of jobs at a time. The maximum size of
the list is set by the MaxResults
parameter. If there are more
categories in the list than the page size, Amazon Transcribe returns
the NextPage
token. Include the token in the next request to the
operation to return the next page of analytics categories.
1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1867 class ListCallAnalyticsCategoriesResponse < Struct.new( :next_token, :categories) SENSITIVE = [] include Aws::Structure end |