Class SegmentTypeInfo
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.SegmentTypeInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SegmentTypeInfo.Builder,SegmentTypeInfo>
@Generated("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
SegmentTypeInfoobjects is returned by the response from GetSegmentDetection.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSegmentTypeInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SegmentTypeInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelVersion()The version of the model used to detect segments.List<SdkField<?>>sdkFields()static Class<? extends SegmentTypeInfo.Builder>serializableBuilderClass()SegmentTypeInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.SegmentTypetype()The type of a segment (technical cue or shot detection).StringtypeAsString()The type of a segment (technical cue or shot detection).-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final 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,
typewill returnSegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of a segment (technical cue or shot detection).
- See Also:
SegmentType
-
typeAsString
public final 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,
typewill returnSegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of a segment (technical cue or shot detection).
- See Also:
SegmentType
-
modelVersion
public final String modelVersion()
The version of the model used to detect segments.
- Returns:
- The version of the model used to detect segments.
-
toBuilder
public SegmentTypeInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SegmentTypeInfo.Builder,SegmentTypeInfo>
-
builder
public static SegmentTypeInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends SegmentTypeInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-