@Generated(value="software.amazon.awssdk:codegen") public class CategoryEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CategoryEvent.Builder,CategoryEvent>, CallAnalyticsTranscriptResultStream
Provides information on any TranscriptFilterType categories that matched your transcription output.
Matches are identified for each segment upon completion of that segment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CategoryEvent.Builder |
protected static class |
CategoryEvent.BuilderImpl |
CallAnalyticsTranscriptResultStream.EventTypeUNKNOWN| Modifier | Constructor and Description |
|---|---|
protected |
CategoryEvent(CategoryEvent.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype of
CategoryEvent. |
static CategoryEvent.Builder |
builder() |
CategoryEvent |
copy(Consumer<? super CategoryEvent.Builder> modifier) |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMatchedCategories()
For responses, this returns true if the service returned a value for the MatchedCategories property.
|
boolean |
hasMatchedDetails()
For responses, this returns true if the service returned a value for the MatchedDetails property.
|
List<String> |
matchedCategories()
Lists the categories that were matched in your audio segment.
|
Map<String,PointsOfInterest> |
matchedDetails()
Contains information about the matched categories, including category names and timestamps.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CategoryEvent.Builder> |
serializableBuilderClass() |
CategoryEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcategoryEventBuilder, sdkEventType, utteranceEventBuilderprotected CategoryEvent(CategoryEvent.BuilderImpl builder)
public final boolean hasMatchedCategories()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> matchedCategories()
Lists the categories that were matched in your audio segment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMatchedCategories() method.
public final boolean hasMatchedDetails()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,PointsOfInterest> matchedDetails()
Contains information about the matched categories, including category names and timestamps.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMatchedDetails() method.
public CategoryEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CategoryEvent.Builder,CategoryEvent>public static CategoryEvent.Builder builder()
public static Class<? extends CategoryEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final CategoryEvent copy(Consumer<? super CategoryEvent.Builder> modifier)
copy in interface ToCopyableBuilder<CategoryEvent.Builder,CategoryEvent>public void accept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)
CategoryEvent.accept in interface CallAnalyticsTranscriptResultStreamvisitor - Visitor to invoke.Copyright © 2023. All rights reserved.