tencentcloud.MpsContentReviewTemplate
Explore with Pulumi AI
Provides a resource to create a mps content_review_template
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.MpsContentReviewTemplate;
import com.pulumi.tencentcloud.MpsContentReviewTemplateArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePoliticalConfigureArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePoliticalConfigureAsrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePoliticalConfigureImgReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePoliticalConfigureOcrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePornConfigureArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePornConfigureAsrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePornConfigureImgReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplatePornConfigureOcrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateProhibitedConfigureArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateProhibitedConfigureAsrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateProhibitedConfigureOcrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateTerrorismConfigureArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateTerrorismConfigureImgReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateTerrorismConfigureOcrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateUserDefineConfigureArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateUserDefineConfigureAsrReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateUserDefineConfigureFaceReviewInfoArgs;
import com.pulumi.tencentcloud.inputs.MpsContentReviewTemplateUserDefineConfigureOcrReviewInfoArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var template = new MpsContentReviewTemplate("template", MpsContentReviewTemplateArgs.builder()
.comment("tf test content review temp")
.politicalConfigure(MpsContentReviewTemplatePoliticalConfigureArgs.builder()
.asrReviewInfo(MpsContentReviewTemplatePoliticalConfigureAsrReviewInfoArgs.builder()
.blockConfidence(60)
.reviewConfidence(100)
.switch_("ON")
.build())
.imgReviewInfo(MpsContentReviewTemplatePoliticalConfigureImgReviewInfoArgs.builder()
.blockConfidence(60)
.labelSet(
"violation_photo",
"politician")
.reviewConfidence(100)
.switch_("ON")
.build())
.ocrReviewInfo(MpsContentReviewTemplatePoliticalConfigureOcrReviewInfoArgs.builder()
.blockConfidence(60)
.reviewConfidence(100)
.switch_("ON")
.build())
.build())
.pornConfigure(MpsContentReviewTemplatePornConfigureArgs.builder()
.asrReviewInfo(MpsContentReviewTemplatePornConfigureAsrReviewInfoArgs.builder()
.blockConfidence(60)
.reviewConfidence(100)
.switch_("ON")
.build())
.imgReviewInfo(MpsContentReviewTemplatePornConfigureImgReviewInfoArgs.builder()
.blockConfidence(60)
.labelSet(
"porn",
"vulgar")
.reviewConfidence(100)
.switch_("ON")
.build())
.ocrReviewInfo(MpsContentReviewTemplatePornConfigureOcrReviewInfoArgs.builder()
.blockConfidence(60)
.reviewConfidence(100)
.switch_("ON")
.build())
.build())
.prohibitedConfigure(MpsContentReviewTemplateProhibitedConfigureArgs.builder()
.asrReviewInfo(MpsContentReviewTemplateProhibitedConfigureAsrReviewInfoArgs.builder()
.blockConfidence(60)
.reviewConfidence(100)
.switch_("ON")
.build())
.ocrReviewInfo(MpsContentReviewTemplateProhibitedConfigureOcrReviewInfoArgs.builder()
.blockConfidence(60)
.reviewConfidence(100)
.switch_("ON")
.build())
.build())
.terrorismConfigure(MpsContentReviewTemplateTerrorismConfigureArgs.builder()
.imgReviewInfo(MpsContentReviewTemplateTerrorismConfigureImgReviewInfoArgs.builder()
.blockConfidence(60)
.labelSet(
"guns",
"crowd")
.reviewConfidence(100)
.switch_("ON")
.build())
.ocrReviewInfo(MpsContentReviewTemplateTerrorismConfigureOcrReviewInfoArgs.builder()
.blockConfidence(60)
.reviewConfidence(100)
.switch_("ON")
.build())
.build())
.userDefineConfigure(MpsContentReviewTemplateUserDefineConfigureArgs.builder()
.asrReviewInfo(MpsContentReviewTemplateUserDefineConfigureAsrReviewInfoArgs.builder()
.blockConfidence(60)
.labelSet(
"VOICE_1",
"VOICE_2")
.reviewConfidence(100)
.switch_("ON")
.build())
.faceReviewInfo(MpsContentReviewTemplateUserDefineConfigureFaceReviewInfoArgs.builder()
.blockConfidence(60)
.labelSet(
"FACE_1",
"FACE_2")
.reviewConfidence(100)
.switch_("ON")
.build())
.ocrReviewInfo(MpsContentReviewTemplateUserDefineConfigureOcrReviewInfoArgs.builder()
.blockConfidence(60)
.labelSet(
"VIDEO_1",
"VIDEO_2")
.reviewConfidence(100)
.switch_("ON")
.build())
.build())
.build());
}
}
resources:
template:
type: tencentcloud:MpsContentReviewTemplate
properties:
comment: tf test content review temp
politicalConfigure:
asrReviewInfo:
blockConfidence: 60
reviewConfidence: 100
switch: ON
imgReviewInfo:
blockConfidence: 60
labelSet:
- violation_photo
- politician
reviewConfidence: 100
switch: ON
ocrReviewInfo:
blockConfidence: 60
reviewConfidence: 100
switch: ON
pornConfigure:
asrReviewInfo:
blockConfidence: 60
reviewConfidence: 100
switch: ON
imgReviewInfo:
blockConfidence: 60
labelSet:
- porn
- vulgar
reviewConfidence: 100
switch: ON
ocrReviewInfo:
blockConfidence: 60
reviewConfidence: 100
switch: ON
prohibitedConfigure:
asrReviewInfo:
blockConfidence: 60
reviewConfidence: 100
switch: ON
ocrReviewInfo:
blockConfidence: 60
reviewConfidence: 100
switch: ON
terrorismConfigure:
imgReviewInfo:
blockConfidence: 60
labelSet:
- guns
- crowd
reviewConfidence: 100
switch: ON
ocrReviewInfo:
blockConfidence: 60
reviewConfidence: 100
switch: ON
userDefineConfigure:
asrReviewInfo:
blockConfidence: 60
labelSet:
- VOICE_1
- VOICE_2
reviewConfidence: 100
switch: ON
faceReviewInfo:
blockConfidence: 60
labelSet:
- FACE_1
- FACE_2
reviewConfidence: 100
switch: ON
ocrReviewInfo:
blockConfidence: 60
labelSet:
- VIDEO_1
- VIDEO_2
reviewConfidence: 100
switch: ON
Create MpsContentReviewTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MpsContentReviewTemplate(name: string, args?: MpsContentReviewTemplateArgs, opts?: CustomResourceOptions);
@overload
def MpsContentReviewTemplate(resource_name: str,
args: Optional[MpsContentReviewTemplateArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def MpsContentReviewTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
comment: Optional[str] = None,
mps_content_review_template_id: Optional[str] = None,
name: Optional[str] = None,
political_configure: Optional[MpsContentReviewTemplatePoliticalConfigureArgs] = None,
porn_configure: Optional[MpsContentReviewTemplatePornConfigureArgs] = None,
prohibited_configure: Optional[MpsContentReviewTemplateProhibitedConfigureArgs] = None,
terrorism_configure: Optional[MpsContentReviewTemplateTerrorismConfigureArgs] = None,
user_define_configure: Optional[MpsContentReviewTemplateUserDefineConfigureArgs] = None)
func NewMpsContentReviewTemplate(ctx *Context, name string, args *MpsContentReviewTemplateArgs, opts ...ResourceOption) (*MpsContentReviewTemplate, error)
public MpsContentReviewTemplate(string name, MpsContentReviewTemplateArgs? args = null, CustomResourceOptions? opts = null)
public MpsContentReviewTemplate(String name, MpsContentReviewTemplateArgs args)
public MpsContentReviewTemplate(String name, MpsContentReviewTemplateArgs args, CustomResourceOptions options)
type: tencentcloud:MpsContentReviewTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MpsContentReviewTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MpsContentReviewTemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MpsContentReviewTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MpsContentReviewTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MpsContentReviewTemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MpsContentReviewTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MpsContentReviewTemplate resource accepts the following input properties:
- Comment string
- Content review template description information, length limit: 256 characters.
- Mps
Content stringReview Template Id - ID of the resource.
- Name string
- Content review template name, length limit: 64 characters.
- Political
Configure MpsContent Review Template Political Configure - Political control parameters.
- Porn
Configure MpsContent Review Template Porn Configure - Control parameters for porn image.
- Prohibited
Configure MpsContent Review Template Prohibited Configure - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- Terrorism
Configure MpsContent Review Template Terrorism Configure - Control parameters for unsafe information.
- User
Define MpsConfigure Content Review Template User Define Configure - User-Defined Content Moderation Control Parameters.
- Comment string
- Content review template description information, length limit: 256 characters.
- Mps
Content stringReview Template Id - ID of the resource.
- Name string
- Content review template name, length limit: 64 characters.
- Political
Configure MpsContent Review Template Political Configure Args - Political control parameters.
- Porn
Configure MpsContent Review Template Porn Configure Args - Control parameters for porn image.
- Prohibited
Configure MpsContent Review Template Prohibited Configure Args - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- Terrorism
Configure MpsContent Review Template Terrorism Configure Args - Control parameters for unsafe information.
- User
Define MpsConfigure Content Review Template User Define Configure Args - User-Defined Content Moderation Control Parameters.
- comment String
- Content review template description information, length limit: 256 characters.
- mps
Content StringReview Template Id - ID of the resource.
- name String
- Content review template name, length limit: 64 characters.
- political
Configure MpsContent Review Template Political Configure - Political control parameters.
- porn
Configure MpsContent Review Template Porn Configure - Control parameters for porn image.
- prohibited
Configure MpsContent Review Template Prohibited Configure - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism
Configure MpsContent Review Template Terrorism Configure - Control parameters for unsafe information.
- user
Define MpsConfigure Content Review Template User Define Configure - User-Defined Content Moderation Control Parameters.
- comment string
- Content review template description information, length limit: 256 characters.
- mps
Content stringReview Template Id - ID of the resource.
- name string
- Content review template name, length limit: 64 characters.
- political
Configure MpsContent Review Template Political Configure - Political control parameters.
- porn
Configure MpsContent Review Template Porn Configure - Control parameters for porn image.
- prohibited
Configure MpsContent Review Template Prohibited Configure - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism
Configure MpsContent Review Template Terrorism Configure - Control parameters for unsafe information.
- user
Define MpsConfigure Content Review Template User Define Configure - User-Defined Content Moderation Control Parameters.
- comment str
- Content review template description information, length limit: 256 characters.
- mps_
content_ strreview_ template_ id - ID of the resource.
- name str
- Content review template name, length limit: 64 characters.
- political_
configure MpsContent Review Template Political Configure Args - Political control parameters.
- porn_
configure MpsContent Review Template Porn Configure Args - Control parameters for porn image.
- prohibited_
configure MpsContent Review Template Prohibited Configure Args - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism_
configure MpsContent Review Template Terrorism Configure Args - Control parameters for unsafe information.
- user_
define_ Mpsconfigure Content Review Template User Define Configure Args - User-Defined Content Moderation Control Parameters.
- comment String
- Content review template description information, length limit: 256 characters.
- mps
Content StringReview Template Id - ID of the resource.
- name String
- Content review template name, length limit: 64 characters.
- political
Configure Property Map - Political control parameters.
- porn
Configure Property Map - Control parameters for porn image.
- prohibited
Configure Property Map - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism
Configure Property Map - Control parameters for unsafe information.
- user
Define Property MapConfigure - User-Defined Content Moderation Control Parameters.
Outputs
All input properties are implicitly available as output properties. Additionally, the MpsContentReviewTemplate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing MpsContentReviewTemplate Resource
Get an existing MpsContentReviewTemplate resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: MpsContentReviewTemplateState, opts?: CustomResourceOptions): MpsContentReviewTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
comment: Optional[str] = None,
mps_content_review_template_id: Optional[str] = None,
name: Optional[str] = None,
political_configure: Optional[MpsContentReviewTemplatePoliticalConfigureArgs] = None,
porn_configure: Optional[MpsContentReviewTemplatePornConfigureArgs] = None,
prohibited_configure: Optional[MpsContentReviewTemplateProhibitedConfigureArgs] = None,
terrorism_configure: Optional[MpsContentReviewTemplateTerrorismConfigureArgs] = None,
user_define_configure: Optional[MpsContentReviewTemplateUserDefineConfigureArgs] = None) -> MpsContentReviewTemplate
func GetMpsContentReviewTemplate(ctx *Context, name string, id IDInput, state *MpsContentReviewTemplateState, opts ...ResourceOption) (*MpsContentReviewTemplate, error)
public static MpsContentReviewTemplate Get(string name, Input<string> id, MpsContentReviewTemplateState? state, CustomResourceOptions? opts = null)
public static MpsContentReviewTemplate get(String name, Output<String> id, MpsContentReviewTemplateState state, CustomResourceOptions options)
resources: _: type: tencentcloud:MpsContentReviewTemplate get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Comment string
- Content review template description information, length limit: 256 characters.
- Mps
Content stringReview Template Id - ID of the resource.
- Name string
- Content review template name, length limit: 64 characters.
- Political
Configure MpsContent Review Template Political Configure - Political control parameters.
- Porn
Configure MpsContent Review Template Porn Configure - Control parameters for porn image.
- Prohibited
Configure MpsContent Review Template Prohibited Configure - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- Terrorism
Configure MpsContent Review Template Terrorism Configure - Control parameters for unsafe information.
- User
Define MpsConfigure Content Review Template User Define Configure - User-Defined Content Moderation Control Parameters.
- Comment string
- Content review template description information, length limit: 256 characters.
- Mps
Content stringReview Template Id - ID of the resource.
- Name string
- Content review template name, length limit: 64 characters.
- Political
Configure MpsContent Review Template Political Configure Args - Political control parameters.
- Porn
Configure MpsContent Review Template Porn Configure Args - Control parameters for porn image.
- Prohibited
Configure MpsContent Review Template Prohibited Configure Args - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- Terrorism
Configure MpsContent Review Template Terrorism Configure Args - Control parameters for unsafe information.
- User
Define MpsConfigure Content Review Template User Define Configure Args - User-Defined Content Moderation Control Parameters.
- comment String
- Content review template description information, length limit: 256 characters.
- mps
Content StringReview Template Id - ID of the resource.
- name String
- Content review template name, length limit: 64 characters.
- political
Configure MpsContent Review Template Political Configure - Political control parameters.
- porn
Configure MpsContent Review Template Porn Configure - Control parameters for porn image.
- prohibited
Configure MpsContent Review Template Prohibited Configure - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism
Configure MpsContent Review Template Terrorism Configure - Control parameters for unsafe information.
- user
Define MpsConfigure Content Review Template User Define Configure - User-Defined Content Moderation Control Parameters.
- comment string
- Content review template description information, length limit: 256 characters.
- mps
Content stringReview Template Id - ID of the resource.
- name string
- Content review template name, length limit: 64 characters.
- political
Configure MpsContent Review Template Political Configure - Political control parameters.
- porn
Configure MpsContent Review Template Porn Configure - Control parameters for porn image.
- prohibited
Configure MpsContent Review Template Prohibited Configure - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism
Configure MpsContent Review Template Terrorism Configure - Control parameters for unsafe information.
- user
Define MpsConfigure Content Review Template User Define Configure - User-Defined Content Moderation Control Parameters.
- comment str
- Content review template description information, length limit: 256 characters.
- mps_
content_ strreview_ template_ id - ID of the resource.
- name str
- Content review template name, length limit: 64 characters.
- political_
configure MpsContent Review Template Political Configure Args - Political control parameters.
- porn_
configure MpsContent Review Template Porn Configure Args - Control parameters for porn image.
- prohibited_
configure MpsContent Review Template Prohibited Configure Args - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism_
configure MpsContent Review Template Terrorism Configure Args - Control parameters for unsafe information.
- user_
define_ Mpsconfigure Content Review Template User Define Configure Args - User-Defined Content Moderation Control Parameters.
- comment String
- Content review template description information, length limit: 256 characters.
- mps
Content StringReview Template Id - ID of the resource.
- name String
- Content review template name, length limit: 64 characters.
- political
Configure Property Map - Political control parameters.
- porn
Configure Property Map - Control parameters for porn image.
- prohibited
Configure Property Map - Prohibited control parameters. Prohibited content includes:abuse, drug-related violations.Note: this parameter is not yet supported.
- terrorism
Configure Property Map - Control parameters for unsafe information.
- user
Define Property MapConfigure - User-Defined Content Moderation Control Parameters.
Supporting Types
MpsContentReviewTemplatePoliticalConfigure, MpsContentReviewTemplatePoliticalConfigureArgs
- Asr
Review MpsInfo Content Review Template Political Configure Asr Review Info - Political asr control parameters.
- Img
Review MpsInfo Content Review Template Political Configure Img Review Info - Political image control parameters.
- Ocr
Review MpsInfo Content Review Template Political Configure Ocr Review Info - Political ocr control parameters.
- Asr
Review MpsInfo Content Review Template Political Configure Asr Review Info - Political asr control parameters.
- Img
Review MpsInfo Content Review Template Political Configure Img Review Info - Political image control parameters.
- Ocr
Review MpsInfo Content Review Template Political Configure Ocr Review Info - Political ocr control parameters.
- asr
Review MpsInfo Content Review Template Political Configure Asr Review Info - Political asr control parameters.
- img
Review MpsInfo Content Review Template Political Configure Img Review Info - Political image control parameters.
- ocr
Review MpsInfo Content Review Template Political Configure Ocr Review Info - Political ocr control parameters.
- asr
Review MpsInfo Content Review Template Political Configure Asr Review Info - Political asr control parameters.
- img
Review MpsInfo Content Review Template Political Configure Img Review Info - Political image control parameters.
- ocr
Review MpsInfo Content Review Template Political Configure Ocr Review Info - Political ocr control parameters.
- asr_
review_ Mpsinfo Content Review Template Political Configure Asr Review Info - Political asr control parameters.
- img_
review_ Mpsinfo Content Review Template Political Configure Img Review Info - Political image control parameters.
- ocr_
review_ Mpsinfo Content Review Template Political Configure Ocr Review Info - Political ocr control parameters.
- asr
Review Property MapInfo - Political asr control parameters.
- img
Review Property MapInfo - Political image control parameters.
- ocr
Review Property MapInfo - Political ocr control parameters.
MpsContentReviewTemplatePoliticalConfigureAsrReviewInfo, MpsContentReviewTemplatePoliticalConfigureAsrReviewInfoArgs
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined asr review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplatePoliticalConfigureImgReviewInfo, MpsContentReviewTemplatePoliticalConfigureImgReviewInfoArgs
- Switch string
- Terrorism image task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- Label
Sets List<string> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- Switch string
- Terrorism image task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- Label
Sets []string - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch_ String
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets List<String> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch string
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets string[] - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch str
- Terrorism image task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label_
sets Sequence[str] - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch String
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets List<String> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
MpsContentReviewTemplatePoliticalConfigureOcrReviewInfo, MpsContentReviewTemplatePoliticalConfigureOcrReviewInfoArgs
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined ocr text review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplatePornConfigure, MpsContentReviewTemplatePornConfigureArgs
- Asr
Review MpsInfo Content Review Template Porn Configure Asr Review Info - Voice pornography control parameters.
- Img
Review MpsInfo Content Review Template Porn Configure Img Review Info - Porn image Identification Control Parameters.
- Ocr
Review MpsInfo Content Review Template Porn Configure Ocr Review Info - Ocr pornography control parameters.
- Asr
Review MpsInfo Content Review Template Porn Configure Asr Review Info - Voice pornography control parameters.
- Img
Review MpsInfo Content Review Template Porn Configure Img Review Info - Porn image Identification Control Parameters.
- Ocr
Review MpsInfo Content Review Template Porn Configure Ocr Review Info - Ocr pornography control parameters.
- asr
Review MpsInfo Content Review Template Porn Configure Asr Review Info - Voice pornography control parameters.
- img
Review MpsInfo Content Review Template Porn Configure Img Review Info - Porn image Identification Control Parameters.
- ocr
Review MpsInfo Content Review Template Porn Configure Ocr Review Info - Ocr pornography control parameters.
- asr
Review MpsInfo Content Review Template Porn Configure Asr Review Info - Voice pornography control parameters.
- img
Review MpsInfo Content Review Template Porn Configure Img Review Info - Porn image Identification Control Parameters.
- ocr
Review MpsInfo Content Review Template Porn Configure Ocr Review Info - Ocr pornography control parameters.
- asr_
review_ Mpsinfo Content Review Template Porn Configure Asr Review Info - Voice pornography control parameters.
- img_
review_ Mpsinfo Content Review Template Porn Configure Img Review Info - Porn image Identification Control Parameters.
- ocr_
review_ Mpsinfo Content Review Template Porn Configure Ocr Review Info - Ocr pornography control parameters.
- asr
Review Property MapInfo - Voice pornography control parameters.
- img
Review Property MapInfo - Porn image Identification Control Parameters.
- ocr
Review Property MapInfo - Ocr pornography control parameters.
MpsContentReviewTemplatePornConfigureAsrReviewInfo, MpsContentReviewTemplatePornConfigureAsrReviewInfoArgs
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined asr review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplatePornConfigureImgReviewInfo, MpsContentReviewTemplatePornConfigureImgReviewInfoArgs
- Switch string
- Terrorism image task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- Label
Sets List<string> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- Switch string
- Terrorism image task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- Label
Sets []string - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch_ String
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets List<String> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch string
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets string[] - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch str
- Terrorism image task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label_
sets Sequence[str] - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch String
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets List<String> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
MpsContentReviewTemplatePornConfigureOcrReviewInfo, MpsContentReviewTemplatePornConfigureOcrReviewInfoArgs
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined ocr text review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplateProhibitedConfigure, MpsContentReviewTemplateProhibitedConfigureArgs
- Asr
Review MpsInfo Content Review Template Prohibited Configure Asr Review Info - Voice Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- Ocr
Review MpsInfo Content Review Template Prohibited Configure Ocr Review Info - Ocr Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- Asr
Review MpsInfo Content Review Template Prohibited Configure Asr Review Info - Voice Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- Ocr
Review MpsInfo Content Review Template Prohibited Configure Ocr Review Info - Ocr Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- asr
Review MpsInfo Content Review Template Prohibited Configure Asr Review Info - Voice Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- ocr
Review MpsInfo Content Review Template Prohibited Configure Ocr Review Info - Ocr Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- asr
Review MpsInfo Content Review Template Prohibited Configure Asr Review Info - Voice Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- ocr
Review MpsInfo Content Review Template Prohibited Configure Ocr Review Info - Ocr Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- asr_
review_ Mpsinfo Content Review Template Prohibited Configure Asr Review Info - Voice Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- ocr_
review_ Mpsinfo Content Review Template Prohibited Configure Ocr Review Info - Ocr Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- asr
Review Property MapInfo - Voice Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
- ocr
Review Property MapInfo - Ocr Prohibition Control Parameters.Note: This field may return null, indicating that no valid value can be obtained.
MpsContentReviewTemplateProhibitedConfigureAsrReviewInfo, MpsContentReviewTemplateProhibitedConfigureAsrReviewInfoArgs
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined asr review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplateProhibitedConfigureOcrReviewInfo, MpsContentReviewTemplateProhibitedConfigureOcrReviewInfoArgs
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined ocr text review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplateTerrorismConfigure, MpsContentReviewTemplateTerrorismConfigureArgs
- Ocr
Review MpsInfo Content Review Template Terrorism Configure Ocr Review Info - Ocr terrorism task Control Parameters.
- Img
Review MpsInfo Content Review Template Terrorism Configure Img Review Info - Terrorism image task control parameters.
- Ocr
Review MpsInfo Content Review Template Terrorism Configure Ocr Review Info - Ocr terrorism task Control Parameters.
- Img
Review MpsInfo Content Review Template Terrorism Configure Img Review Info - Terrorism image task control parameters.
- ocr
Review MpsInfo Content Review Template Terrorism Configure Ocr Review Info - Ocr terrorism task Control Parameters.
- img
Review MpsInfo Content Review Template Terrorism Configure Img Review Info - Terrorism image task control parameters.
- ocr
Review MpsInfo Content Review Template Terrorism Configure Ocr Review Info - Ocr terrorism task Control Parameters.
- img
Review MpsInfo Content Review Template Terrorism Configure Img Review Info - Terrorism image task control parameters.
- ocr_
review_ Mpsinfo Content Review Template Terrorism Configure Ocr Review Info - Ocr terrorism task Control Parameters.
- img_
review_ Mpsinfo Content Review Template Terrorism Configure Img Review Info - Terrorism image task control parameters.
- ocr
Review Property MapInfo - Ocr terrorism task Control Parameters.
- img
Review Property MapInfo - Terrorism image task control parameters.
MpsContentReviewTemplateTerrorismConfigureImgReviewInfo, MpsContentReviewTemplateTerrorismConfigureImgReviewInfoArgs
- Switch string
- Terrorism image task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- Label
Sets List<string> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- Switch string
- Terrorism image task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- Label
Sets []string - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch_ String
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets List<String> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch string
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets string[] - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch str
- Terrorism image task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label_
sets Sequence[str] - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
- switch String
- Terrorism image task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 90 points. Value range: 0~100.
- label
Sets List<String> - Terrorism image filter tag, if the review result contains the selected tag, the result will be returned, if the filter tag is empty, all the review results will be returned, the optional value is:guns, crowd, bloody, police, banners, militant, explosion, terrorists, scenario.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 80 points. Value range: 0~100.
MpsContentReviewTemplateTerrorismConfigureOcrReviewInfo, MpsContentReviewTemplateTerrorismConfigureOcrReviewInfoArgs
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined ocr text review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplateUserDefineConfigure, MpsContentReviewTemplateUserDefineConfigureArgs
- Asr
Review MpsInfo Content Review Template User Define Configure Asr Review Info - User-defined asr text review control parameters.
- Face
Review MpsInfo Content Review Template User Define Configure Face Review Info - User-defined face review control parameters.
- Ocr
Review MpsInfo Content Review Template User Define Configure Ocr Review Info - User-defined ocr text review control parameters.
- Asr
Review MpsInfo Content Review Template User Define Configure Asr Review Info - User-defined asr text review control parameters.
- Face
Review MpsInfo Content Review Template User Define Configure Face Review Info - User-defined face review control parameters.
- Ocr
Review MpsInfo Content Review Template User Define Configure Ocr Review Info - User-defined ocr text review control parameters.
- asr
Review MpsInfo Content Review Template User Define Configure Asr Review Info - User-defined asr text review control parameters.
- face
Review MpsInfo Content Review Template User Define Configure Face Review Info - User-defined face review control parameters.
- ocr
Review MpsInfo Content Review Template User Define Configure Ocr Review Info - User-defined ocr text review control parameters.
- asr
Review MpsInfo Content Review Template User Define Configure Asr Review Info - User-defined asr text review control parameters.
- face
Review MpsInfo Content Review Template User Define Configure Face Review Info - User-defined face review control parameters.
- ocr
Review MpsInfo Content Review Template User Define Configure Ocr Review Info - User-defined ocr text review control parameters.
- asr_
review_ Mpsinfo Content Review Template User Define Configure Asr Review Info - User-defined asr text review control parameters.
- face_
review_ Mpsinfo Content Review Template User Define Configure Face Review Info - User-defined face review control parameters.
- ocr_
review_ Mpsinfo Content Review Template User Define Configure Ocr Review Info - User-defined ocr text review control parameters.
- asr
Review Property MapInfo - User-defined asr text review control parameters.
- face
Review Property MapInfo - User-defined face review control parameters.
- ocr
Review Property MapInfo - User-defined ocr text review control parameters.
MpsContentReviewTemplateUserDefineConfigureAsrReviewInfo, MpsContentReviewTemplateUserDefineConfigureAsrReviewInfoArgs
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Label
Sets List<string> - User-defined asr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a asr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined asr review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Label
Sets []string - User-defined asr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a asr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets List<String> - User-defined asr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a asr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets string[] - User-defined asr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a asr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined asr review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label_
sets Sequence[str] - User-defined asr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a asr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined asr review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets List<String> - User-defined asr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a asr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplateUserDefineConfigureFaceReviewInfo, MpsContentReviewTemplateUserDefineConfigureFaceReviewInfoArgs
- Switch string
- User-defined face review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Label
Sets List<string> - User-defined face review tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a face library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined face review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Label
Sets []string - User-defined face review tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a face library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined face review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets List<String> - User-defined face review tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a face library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined face review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets string[] - User-defined face review tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a face library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined face review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label_
sets Sequence[str] - User-defined face review tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a face library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined face review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets List<String> - User-defined face review tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a face library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
MpsContentReviewTemplateUserDefineConfigureOcrReviewInfo, MpsContentReviewTemplateUserDefineConfigureOcrReviewInfoArgs
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Label
Sets List<string> - User-defined ocr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a ocr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- Review
Confidence double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- Switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- Block
Confidence float64 - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- Label
Sets []string - User-defined ocr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a ocr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- Review
Confidence float64 - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch_ String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Double - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets List<String> - User-defined ocr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a ocr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence Double - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch string
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets string[] - User-defined ocr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a ocr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch str
- User-defined ocr text review task switch, optional value:ON/OFF.
- block_
confidence float - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label_
sets Sequence[str] - User-defined ocr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a ocr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review_
confidence float - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
- switch String
- User-defined ocr text review task switch, optional value:ON/OFF.
- block
Confidence Number - The score threshold for judging suspected violations. When the smart review reaches the score above, it is considered suspected violations. If it is not filled, the default is 100 points. Value range: 0~100.
- label
Sets List<String> - User-defined ocr tags, the review result contains the selected tag and returns the result, if the filter tag is empty, all review results are returned. If you want to use the tag filtering function, when adding a ocr library, you need to add the corresponding character tag.The maximum number of tags is 10, and the length of each tag is up to 16 characters.
- review
Confidence Number - The score threshold for judging whether manual review is required for violations. When the intelligent review reaches the score above, it is considered that manual review is required. If it is not filled, the default is 75 points. Value range: 0~100.
Import
mps content_review_template can be imported using the id, e.g.
$ pulumi import tencentcloud:index/mpsContentReviewTemplate:MpsContentReviewTemplate content_review_template definition
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.