protected static class CategoryEvent.BuilderImpl extends Object implements CategoryEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(CategoryEvent model) |
| Modifier and Type | Method and Description |
|---|---|
CategoryEvent |
build() |
Collection<String> |
getMatchedCategories() |
Map<String,PointsOfInterest.Builder> |
getMatchedDetails() |
CategoryEvent.Builder |
matchedCategories(Collection<String> matchedCategories)
Lists the categories that were matched in your audio segment.
|
CategoryEvent.Builder |
matchedCategories(String... matchedCategories)
Lists the categories that were matched in your audio segment.
|
CategoryEvent.Builder |
matchedDetails(Map<String,PointsOfInterest> matchedDetails)
Contains information about the matched categories, including category names and timestamps.
|
List<SdkField<?>> |
sdkFields() |
void |
setMatchedCategories(Collection<String> matchedCategories) |
void |
setMatchedDetails(Map<String,software.amazon.awssdk.services.transcribestreaming.model.PointsOfInterest.BuilderImpl> matchedDetails) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(CategoryEvent model)
public final Collection<String> getMatchedCategories()
public final void setMatchedCategories(Collection<String> matchedCategories)
public final CategoryEvent.Builder matchedCategories(Collection<String> matchedCategories)
CategoryEvent.BuilderLists the categories that were matched in your audio segment.
matchedCategories in interface CategoryEvent.BuildermatchedCategories - Lists the categories that were matched in your audio segment.@SafeVarargs public final CategoryEvent.Builder matchedCategories(String... matchedCategories)
CategoryEvent.BuilderLists the categories that were matched in your audio segment.
matchedCategories in interface CategoryEvent.BuildermatchedCategories - Lists the categories that were matched in your audio segment.public final Map<String,PointsOfInterest.Builder> getMatchedDetails()
public final void setMatchedDetails(Map<String,software.amazon.awssdk.services.transcribestreaming.model.PointsOfInterest.BuilderImpl> matchedDetails)
public final CategoryEvent.Builder matchedDetails(Map<String,PointsOfInterest> matchedDetails)
CategoryEvent.BuilderContains information about the matched categories, including category names and timestamps.
matchedDetails in interface CategoryEvent.BuildermatchedDetails - Contains information about the matched categories, including category names and timestamps.public CategoryEvent build()
build in interface Buildablebuild in interface SdkBuilder<CategoryEvent.Builder,CategoryEvent>Copyright © 2023. All rights reserved.