COSXML.Model.CI.GetAudioCensorJobRequest.GetAudioCensorJobRequest C# (CSharp) Method

GetAudioCensorJobRequest() public method

public GetAudioCensorJobRequest ( string bucket, string JobId ) : System
bucket string
JobId string
return System
        public GetAudioCensorJobRequest(string bucket, string JobId)
            : base(bucket)
        {
            this.method = CosRequestMethod.GET;
            this.SetRequestPath("/audio/auditing/" + JobId);
        }
    }
GetAudioCensorJobRequest