Struct aws_sdk_transcribe::output::ListCallAnalyticsCategoriesOutput [−][src]
#[non_exhaustive]pub struct ListCallAnalyticsCategoriesOutput {
pub next_token: Option<String>,
pub categories: Option<Vec<CategoryProperties>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.next_token: Option<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.
categories: Option<Vec<CategoryProperties>>A list of objects containing information about analytics categories.
Implementations
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.
A list of objects containing information about analytics categories.
Creates a new builder-style object to manufacture ListCallAnalyticsCategoriesOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ListCallAnalyticsCategoriesOutput
impl Sync for ListCallAnalyticsCategoriesOutput
impl Unpin for ListCallAnalyticsCategoriesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more