CreateVideoReviewsBodyItemVideoFramesItem Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. CreateVideoReviewsBodyItemVideoFramesItem
- com.
public class CreateVideoReviewsBodyItemVideoFramesItem
El modelo CreateVideoReviewsBodyItemVideoFramesItem.
Resumen del método
Detalles del método
frameImage
public String frameImage()
Obtenga el valor frameImage.
Returns:
id
public String id()
Obtenga el valor de id.
Returns:
metadata
public List
Obtenga el valor de metadatos.
Returns:
reviewerResultTags
public List
Obtenga el valor reviewerResultTags.
Returns:
timestamp
public int timestamp()
Obtenga el valor de marca de tiempo.
Returns:
withFrameImage
public CreateVideoReviewsBodyItemVideoFramesItem withFrameImage(String frameImage)
Establezca el valor frameImage.
Parameters:
Returns:
withId
public CreateVideoReviewsBodyItemVideoFramesItem withId(String id)
Establezca el valor de id.
Parameters:
Returns:
withMetadata
public CreateVideoReviewsBodyItemVideoFramesItem withMetadata(List
Establezca el valor de metadatos.
Parameters:
Returns:
withReviewerResultTags
public CreateVideoReviewsBodyItemVideoFramesItem withReviewerResultTags(List
Establezca el valor reviewerResultTags.
Parameters:
Returns:
withTimestamp
public CreateVideoReviewsBodyItemVideoFramesItem withTimestamp(int timestamp)
Establezca el valor de marca de tiempo.
Parameters:
Returns:
Se aplica a
Azure SDK for Java