@Generated(value="software.amazon.awssdk:codegen") public final class SegmentTypeInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SegmentTypeInfo.Builder,SegmentTypeInfo>
Information about the type of a segment requested in a call to StartSegmentDetection. An array of
SegmentTypeInfo objects is returned by the response from GetSegmentDetection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SegmentTypeInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SegmentTypeInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelVersion()
The version of the model used to detect segments.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SegmentTypeInfo.Builder> |
serializableBuilderClass() |
SegmentTypeInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SegmentType |
type()
The type of a segment (technical cue or shot detection).
|
String |
typeAsString()
The type of a segment (technical cue or shot detection).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic SegmentType type()
The type of a segment (technical cue or shot detection).
If the service returns an enum value that is not available in the current SDK version, type will return
SegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SegmentTypepublic String typeAsString()
The type of a segment (technical cue or shot detection).
If the service returns an enum value that is not available in the current SDK version, type will return
SegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SegmentTypepublic String modelVersion()
The version of the model used to detect segments.
public SegmentTypeInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SegmentTypeInfo.Builder,SegmentTypeInfo>public static SegmentTypeInfo.Builder builder()
public static Class<? extends SegmentTypeInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.