@Generated(value="software.amazon.awssdk:codegen") public final class TechnicalCueSegment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TechnicalCueSegment.Builder,TechnicalCueSegment>
Information about a technical cue segment. For more information, see SegmentDetection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TechnicalCueSegment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TechnicalCueSegment.Builder |
builder() |
Float |
confidence()
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TechnicalCueSegment.Builder> |
serializableBuilderClass() |
TechnicalCueSegment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TechnicalCueType |
type()
The type of the technical cue.
|
String |
typeAsString()
The type of the technical cue.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic TechnicalCueType type()
The type of the technical cue.
If the service returns an enum value that is not available in the current SDK version, type will return
TechnicalCueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TechnicalCueTypepublic String typeAsString()
The type of the technical cue.
If the service returns an enum value that is not available in the current SDK version, type will return
TechnicalCueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TechnicalCueTypepublic Float confidence()
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
public TechnicalCueSegment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TechnicalCueSegment.Builder,TechnicalCueSegment>public static TechnicalCueSegment.Builder builder()
public static Class<? extends TechnicalCueSegment.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.