@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TechnicalCueSegment extends Object implements Serializable, Cloneable, StructuredPojo
Information about a technical cue segment. For more information, see SegmentDetection.
| Constructor and Description |
|---|
TechnicalCueSegment() |
| Modifier and Type | Method and Description |
|---|---|
TechnicalCueSegment |
clone() |
boolean |
equals(Object obj) |
Float |
getConfidence()
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
String |
getType()
The type of the technical cue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConfidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
void |
setType(String type)
The type of the technical cue.
|
String |
toString()
Returns a string representation of this object.
|
TechnicalCueSegment |
withConfidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
TechnicalCueSegment |
withType(String type)
The type of the technical cue.
|
TechnicalCueSegment |
withType(TechnicalCueType type)
The type of the technical cue.
|
public void setType(String type)
The type of the technical cue.
type - The type of the technical cue.TechnicalCueTypepublic String getType()
The type of the technical cue.
TechnicalCueTypepublic TechnicalCueSegment withType(String type)
The type of the technical cue.
type - The type of the technical cue.TechnicalCueTypepublic TechnicalCueSegment withType(TechnicalCueType type)
The type of the technical cue.
type - The type of the technical cue.TechnicalCueTypepublic void setConfidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
confidence - The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.public Float getConfidence()
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
public TechnicalCueSegment withConfidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
confidence - The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.public String toString()
toString in class ObjectObject.toString()public TechnicalCueSegment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.