### YamlMime:JavaType
inheritances:
-
the description value
type:Get the description value.
syntax: public String description() uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.description() - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.metadata() name: metadata() nameWithType: BodyModel.metadata() returns: description:the metadata value
type:Get the metadata value.
syntax: public BodyMetadata metadata() uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.metadata() - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.name() name: name() nameWithType: BodyModel.name() returns: description:the name value
type:Get the name value.
syntax: public String name() uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.name() - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withDescription(String description) name: withDescription(String description) nameWithType: BodyModel.withDescription(String description) parameters: - description:the description value to set
name: description type:the BodyModel object itself.
type:Set the description value.
syntax: public BodyModel withDescription(String description) uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withDescription(String) - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withMetadata(BodyMetadata metadata) name: withMetadata(BodyMetadata metadata) nameWithType: BodyModel.withMetadata(BodyMetadata metadata) parameters: - description:the metadata value to set
name: metadata type:the BodyModel object itself.
type:Set the metadata value.
syntax: public BodyModel withMetadata(BodyMetadata metadata) uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withMetadata(BodyMetadata) - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withName(String name) name: withName(String name) nameWithType: BodyModel.withName(String name) parameters: - description:the name value to set
name: name type:the BodyModel object itself.
type:Set the name value.
syntax: public BodyModel withName(String name) uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withName(String) nameWithType: BodyModel syntax: public class BodyModel type: class uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel name: BodyModel package: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models summary:The BodyModel model.
metadata: {}